@if (auth()->user()->hasRole('Super Admin'))
{{ $item->business->business_name }} |
@endif
{{ $item->academicYear->academic_year }} |
{{ $item->feeCategory->parent->fee_category }} |
{{ $item->feeCategory->fee_category }} |
@if ($item['discount_id'])
{{ $item['discount']['discount_type'] == 1 ? $item['discount']['discount_amount'] . ' Tk' : $item['discount']['discount_amount'] . ' %' }}
@else
@endif
|
{{--
@if ($item['payment_type'] == 1)
{{ __('accounting.prepaid') }}
@else
{{ __('accounting.postpaid') }}
@endif
| --}}
@if ($item['fee_type'] == 1)
Annual
@elseif ($item['fee_type'] == 2)
Monthly
{{-- @elseif ($item['fee_type'] == 3)
One Time
@elseif ($item['fee_type'] == 4)
Custom --}}
@endif
|
{{--
--}}
|
|
@endforeach