@extends('layouts.admin') @section('title','Admin Dashboard') @section('page-title','📊 Dashboard') @section('styles') @endsection @section('content')
| Invoice | Customer | Amount | Type | Status | Date |
|---|---|---|---|---|---|
| {{ $p->invoice_no }} | {{ $p->customer_name }} | ${{ number_format($p->amount, 2) }} | {{ ucfirst($p->type) }} | {{ ucfirst($p->status) }} | {{ $p->created_at->format('d M Y') }} |
| No payments yet | |||||