{{ date('Y-m-d') }}
{{ $company->company }}{{ __('Item') }} | {{ __('Amount') }} | {{ __('Category') }} | {{ __('Date') }} |
---|---|---|---|
{{ $expense->item }} | {{ config('app.currency') . __(' ') . $expense->amount }} | {{ $expense->category->name }} | {{ date('Y-m-d', strtotime($expense->created_at)) }} |