@extends('layouts.admin_master') @section('page-title') Admin | {{ $page_title }} @endsection @section('page-content')
| Name | Balance (MWK) | Phone | Status | Date Created | Action | ||
|---|---|---|---|---|---|---|---|
| {{ $row->name }} | {{ number_format($row->balance) }} | @if($row->email) {{ $row->email }} @else {{ 'N/A' }} @endif | @if($row->phone) {{ $row->phone }} @else {{ 'N/A' }} @endif | {{ ucfirst($row->status) }} | {{ Carbon\Carbon::parse($row->created_at)->format('F d, Y') }} | Edit | |
| No Data | |||||||