@extends('layouts.app') @section('title','Dashboard') @section('page-title','Dashboard') @section('content')
| Date | Project | Description | Category | Amount | Status |
|---|---|---|---|---|---|
| {{ $exp->date->format('d M Y') }} | {{ $exp->project->name ?? '-' }} | {{ Str::limit($exp->description,35) }} | {{ $exp->category->code ?? '-' }} | GH₵ {{ number_format($exp->amount,2) }} | {{ $exp->is_paid ? 'Paid' : 'Pending' }} |