{{ trans('expenses.project') }} | {{ trans('expenses.date_of_pay') }} | {{ trans('expenses.expense_description') }} | {{ trans('expenses.cost') }} | @if(Auth::user()->currentPlan()->subscription_type == 'pro')VAT Include | @endif|
---|---|---|---|---|---|
@if(Auth::user()->currentPlan()->subscription_type == 'pro') | @endif | ||||
@{{ expense.invoices.title | capitalize }} |
@{{ expense.date_of_pay | formatDate: 'dd' }}
@{{ expense.date_of_pay | formatDate: 'MMM' | uppercase }}
|
@{{ expense.expense | capitalize }} | @{{ expense.cost | currency : currencySymbol }} | @if(Auth::user()->currentPlan()->subscription_type == 'pro')@endif |