@forelse($accounts as $account) @empty @endforelse
Name Type Description Balance
{{ $account->name }}
@if($account->status)
Active
@else
Inactive
@endif
{{ $account->type }} {{ $account->description }} PKR {{ number_format($account->balance, 2) }}
No accounts found.