All MOC Credit Types

@php $user_role = Auth::User()->role(); @endphp
@if ($moc_credit_types->count()) @foreach ($moc_credit_types as $index => $moc_credit_type) id }}> @endforeach @else @endif
# MOC Board Credit Type Credit Amount ($) Action
{{ $index + $moc_credit_types->firstItem() }}
{{ $moc_credit_type->moc_board->board }}
{{ $moc_credit_type->credit_type }}
{{ $moc_credit_type->credit_amount }}
@if (!empty($user_role) && $user_role == 'ADMIN') @endif
No Data Found
@include('backend.share.pagination', ['data' => $moc_credit_types])
@csrf
@include('backend.share.update-button', ['name' => 'Update Order'])
@push('scripts') @endpush