| Name |
Balance (MWK) |
Phone |
Status |
Date Created |
Action |
@forelse ($merchants as $row)
| {{ $row->fullname }} |
{{ number_format($row->balance) }} |
@if($row->phone) {{ $row->phone }} @else {{ 'N/A' }} @endif |
{{ ucfirst($row->status) }} |
{{ Carbon\Carbon::parse($row->created_at)->format('F d, Y') }} |
|
@empty
| No Data |
@endforelse
{{ $merchants->links() }}