@forelse($expense_list as $value) @if ($edit_id === $value->id) @else @endif @empty @endforelse
Account Name Expense Notes Amount ({{$currency }}) Expense Date Created On Expense For Created By Status Action
{{$value->account_name ?? 'N/A'}} {{$value->additional_notes}} {{$value->final_total}} {{ \Carbon\Carbon::parse($value->expense_date)->format('d/M/Y')}} {{ \Carbon\Carbon::parse($value->created_at)->format('d/M/Y')}} {{$value->expense_for ?? 'N/A' }} {{$value->auth_user ?? 'N/A' }} {{$value->status ?? 'N/A' }}
No records found.
@livewire('wire-modal',['position'=>'modal-dialog-centered']) @livewire('add-expense-category')
@script @endscript