Expenses Tracker

Audit business outflows and resource allocation

Add Expense Record
| |
@if(request()->hasAny(['start_date', 'end_date'])) Clear @endif
@forelse($expenses as $expense) @empty @endforelse @if($expenses->count() > 0) @endif
Date Description Category Amount Payment Method Receipt Actions
{{ $expense->date->format('Y-m-d') }} {{ $expense->description }} {{ $expense->category }} ${{ number_format($expense->amount, 2) }} {{ $expense->payment_method }} @if($expense->receipt_path) @else - @endif
Edit
@csrf @method('DELETE')
No expense records matching selected dates.
Grand Total Summary ({{ \Carbon\Carbon::parse($startDate)->format('M d') }} - {{ \Carbon\Carbon::parse($endDate)->format('M d, Y') }})
${{ number_format($totalExpenseAmount, 2) }}
@if($expenses->hasPages())
@include('partials.pagination', ['paginator' => $expenses])
@endif
$
Receipt

Description
Use toolbar to zoom or rotate
@push('scripts') @endpush