| ID | User | 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 |
|