Accounts List

@foreach ($accounts as $account) @endforeach
ID User Email Mobile Balance Settle Account Action

{{ $account->id ?? '' }}

{{ $account->user->first_name ?? '' }} {{ $account->user->last_name ?? '' }}

{{ $account->email ?? '' }}

{{ $account->phone_number ?? '' }}

{{ $account->balance ?? '' }}

@if($account->balance == 0.00) Settled @else @endif
@csrf @method('DELETE')