All Audience Types

@php $user_role = Auth::User()->role(); @endphp
@if ($creditTypes->count()) @foreach ($creditTypes as $index => $creditType) @php $criteriaList = null; if (!empty($creditType->criteria)) { $criteriaList = json_decode($creditType->criteria); $criteriaList = implode(', ', $criteriaList); } @endphp id }}> @endforeach @else @endif
# Credit Code Audience Name Label Text Pharmacology Credit Criteria(s) Action
{{ $index + $creditTypes->firstItem() }}
{{ $creditType->credit_code }}
{{ $creditType->credit_name }}
{{ $creditType->level }}
@if ($creditType->has_pharmacology_amount == 1) Yes @else No @endif
{{ $criteriaList }}
@if (!empty($user_role) && $user_role == 'ADMIN') @endif
No Data Found
@include('backend.share.pagination', ['data' => $creditTypes])
@csrf
@include('backend.share.update-button', ['name' => 'Update Order'])
@push('scripts') @endpush