@foreach ($trashed as $item)
@if (auth()->user()->hasRole('Super Admin'))
{{ $item->business->business_name }} |
@endif
{{ $item['account_name'] }} |
{{ $item['note'] }} |
{{ $item['paymentAccountType']['account_type'] }} |
{{ $item['account_no'] }} |
|
@endforeach