@extends('backEnd.layouts.master') @section('title', 'Expenses') @push('styles') @include('backEnd.reports.partials.report-styles') @endpush @section('content')
| Date | Category | Title | Note | Amount | Action |
|---|---|---|---|---|---|
| {{ $expense->expense_date->format('d M Y') }} | @if($expense->category) {{ $expense->category->name }} @else — @endif | {{ $expense->title }} | {{ $expense->note ?: '—' }} | {{ number_format($expense->amount, 2) }} ৳ | |
| No expenses in this period. | |||||