{{ $transaction_type_name }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach @if($transaction_type !== null)@extends('Admin.master_layout.master') @section('title', $transaction_type_name) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')
{{ $error }}
@endforeach @if($transaction_type !== null)