@extends('layouts/eims_layout') @section('title', '| ' . $pageTitle) @section('content') @include('successMsg')
{{ Form::hidden('student_ids[]', $student?->id) }}
Student Name: {{$student?->name}}
Roll No: {{$student?->roll_no}}
@if($companyType == 'UNV')
Faculty: {{$student->eims_faculty?->name ?? null}}
@endif
{{$companyType === 'UNV' ? 'Program' : 'Medium/Version' }}:
{{$student->eims_program->name ?? null}}
Session: {{$student->eims_session?->name ?? null}}
Class: {{$student->eims_semester_class?->name ?? null}}
Group: {{$student->eims_semester_class_group?->name ?? null}}
Section: {{$student->eims_section?->name ?? null}}
Father: {{$student->eims_student_information?->father_name ?? null}}
Date of Birth: {{$student?->dob?->format('d-m-Y')}}
Phone Number: {{$student?->phone_number}}
| {{-- check box to check all--}} | Roll No | Photo | @if($companyType === 'UNV')Faculty | @endif{{$companyType == 'UNV' ? 'Program' : 'Medium/Version'}} | @if($companyType === 'UNV')Session | @endif @if($companyType !== 'UNV')Class | Group | Section | @endifApplicant | Father | Date of Birth | Phone Number | Gender | Status |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$student?->roll_no}} |
|
@if($companyType === 'UNV')
{{$student?->eims_faculty?->name}} | @endif{{$student?->eims_program?->name}} | @if($companyType === 'UNV'){{$student?->eims_session?->name}} | @endif @if($companyType !== 'UNV'){{$student?->eims_semester_class?->name}} | {{$student?->eims_semester_class_group?->name}} | {{$student?->eims_section?->name}} | @endif{{$student?->name}} | {{$student?->eims_student_information?->father_name}} | {{$student?->dob?->format('d-m-Y')}} | {{$student?->phone_number}} | {{$student?->gender}} | {{$student?->status}} |