Applicants

@component('components.data-table') @slot('tableHeading') Session ID Card Name @endslot @slot('tableBody') @foreach($applicants as $current) {{$current->admissionSession->session_name }} {{$current->cnic }} {{$current->applicant ? $current->applicant->student_name : 'Data Not Entered'}} @endforeach @endslot @endcomponent