All MLI Fees

@php $user_role = Auth::User()->role(); @endphp
@if ($mliFees->count()) @foreach ($mliFees as $index => $mliFee) @endforeach @else @endif
# Activity ID Accreditation Fee ($) Non Accreditation Revenue ($) Meeting Expense ($) Action
{{ $index + $mliFees->firstItem() }}
{{ $mliFee->project->activity_id }}
{{ $mliFee->accreditation_fee }}
{{ $mliFee->non_accreditation_revenue }}
{{ $mliFee->meeting_expense }}
@if (!empty($user_role) && $user_role == 'ADMIN') @endif
No Data Found
@include('backend.share.pagination', ['data' => $mliFees])