{{ $transaction_type_name }}
@if (Session::has('message'))
{!! Session::get('message') !!}
@endif
@if (Session::has('error'))
{!! Session::get('error') !!}
@endif
@if (Session::has('success'))
{!! Session::get('success') !!}
@endif
@if(!in_array('8',getUserRoleId()))
@endif
@if(count($orders) > 0)
@foreach($orders as $data)
@if(!in_array('8',getUserRoleId()))
@endif
@endforeach
@endif