@extends('layouts/eims_layout') @section('title', '| ' . $pageTitle) @section('content') @include('successMsg')
{{ Form::hidden('student_id', $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}}
Phone Number: {{$student->phone_number}}