{{ $key + 1 }} |
@if ($salary->type == 'initial')
{{ currency_format($salary->amount, ($currency->currency ? $currency->currency->id : company()->currency->id )) }}
@elseif($salary->type == 'increment')
+{{ currency_format($salary->amount, ($currency->currency ? $currency->currency->id : company()->currency->id )) }}
@elseif($salary->type == 'decrement')
-{{ currency_format($salary->amount, ($currency->currency ? $currency->currency->id : company()->currency->id )) }}
@endif
|
{{ $salary->type }}
|
{{ $salary->date->format($company->date_format) }}
|
@if ($salary->type == 'increment' || $salary->type == 'decrement')
@endif
|
@empty