@{{ otherExpense.expense | capitalize }}
|
@{{ otherExpense.date_of_pay | formatDate: 'dd' }}
@{{ otherExpense.date_of_pay | formatDate: 'MMM' | uppercase }}
|
@{{ otherExpense.cost | currency : currencySymbol }}
|
@{{ otherExpense.type | capitalize }}
|
@{{ otherExpense.number_of_months }}
|
@{{ otherExpense.cost / otherExpense.number_of_months | currency : currencySymbol }}
|
@if(Auth::user()->currentPlan()->subscription_type == 'pro')
|
@endif
|