{{\Carbon\Carbon::parse($expense->date)->format('jS M, Y')}}
{{ number_format($expense->amount) }}
{{\App\Models\Expense::CATEGORY[$expense->category]}}
{{html_entity_decode($expense->client->name)}}
{{html_entity_decode($expense->project->name)}}
{{!empty($expense->user->name) ? html_entity_decode($expense->user->name) : __('messages.common.n/a')}}
{{__('messages.expense.billable')}}
@else{{__('messages.common.not')}} {{__('messages.expense.billable')}}
@endif{{ $expense->created_at->diffForHumans() }}
{{ $expense->updated_at->diffForHumans() }}