{{ __($institution->name) }}
|
{{ __($institution->category->name) }} |
@if (!$institution->fixed_charge && !$institution->percent_charge)
@lang('Not Set')
@else
{{ showAmount($institution->fixed_charge) }}
+{{ getAmount($institution->percent_charge) }}%
@endif
|
|
|
@empty