@lang('tr.Heads up!') @lang('tr.These information are missing and need to be provided.')
@foreach($errors as $error) @if($error != '') {{ $error }}, @endif @endforeach
@include('users.components.info',['user'=>$user, 'from'=>'students'])
@foreach($errors as $error) @if($error != '') {{ $error }}, @endif @endforeach
@if($student->hasModificationRequest())
@lang('tr.Your modification request is submitted, soon it will be checked.')
@endif
@lang('tr.Student Information')
@if($checkStudent == 1)
@lang('tr.Edit')
@endif
| @lang('tr.Code') | {{ $user->code }} | |
|---|---|---|
| @lang('tr.First Name') | {{$user->first_name }} | |
| @lang('tr.Middle Name') | {{ $user->middle_name }} | |
| @lang('tr.Last Name') | {{ $user->last_name }} | |
| @lang('tr.ArabicName') |
{{ $user->ar_name }}
|
|
| @lang('tr.Plan') | @if($student->last_plan_id){{ $student->plan->getBylaw->lang('name') }} , {{ $student->plan->name() }}@endif | |
| @lang('tr.Expected Graduation Year') |
{{ $student->expectedGraduationYear() }}
|
|
| @lang('tr.Birthdate') |
{{ $user->birth_date }}
, {{ ($student->birthCountry)?$student->birthCountry->lang('name'):'' }}
, {{ $student->lang('birth_city') }}
|
|
| @lang('tr.Gender') | {{$user->genderLabel()}} | |
| @lang('tr.NationalID') | {{ $user->national_id }} | |
| @lang('tr.Passport No.') | {{ $user->national_id }} | |
| @lang('tr.Nationality') | {{ $student->user->nationality->lang('name') }} @if($student->other_nationalities) , {{$student->other_nationalities}} @endif | |
| @lang('tr.Email') | {{ $user->email }}, {{ $user->email_alt }} | |
| @lang('tr.High School') | {{ $student->school_certificate_type }}, {{ $student->school_name }} , {{ $student->school_marks }} | |
| @lang('tr.Military Education Status') | @if($student->military_education_status==1) @lang('tr.Done') @else @lang('tr.Not Yet') @endif | |
| @lang('tr.Military Status') |
@lang('tr.Status'): {{$student->militaryStatusLabel()}} @if($student->military_no) @lang('tr.Military Number'): {{$student->military_no}} @endif @if($student->military_order) @lang('tr.Military Order'): {{$student->military_order}} @endif @if($student->military_order_date) @lang('tr.Military Order Year/Month') : {{$student->military_order_date}} @endif @if($student->military_age) @lang('tr.Military Age'): {{$student->military_age}} @endif |
|
| @lang('tr.Student Status') | @lang('tr.Transferred from'), {{$student->transferred_from_university}} , {{$student->transferred_from_faculty}} | |
| @lang('tr.Student Status') | @lang('tr.Foreign'), {{$student->foreignStatusLabel()}} | |
| @lang('tr.Phone') | @if($user->phone) @lang('tr.Phone'): {{ $user->phone }}, @endif @if($user->mobile) @lang('tr.Mobile'): {{ $user->mobile }} | @endif|
| @lang('tr.Address') |
{{ $user->address }}
|
|
| @lang('tr.Second Address') |
{{ $user->second_address_line }}
|
|
| @lang('tr.Passport Number') | {{ $student->user->passport}} | |
| @lang('tr.Postal Code') | {{ $user->postal_code}} | |
| @lang('tr.Faculty Approval') |
{{ TransformArabicMonth(\Carbon\Carbon::parse($student->gradeTotal->faculty_approval_at)->format('d M Y')) }}
|
|
| @lang('tr.University Approval') |
{{ TransformArabicMonth(\Carbon\Carbon::parse($student->gradeTotal->university_approval_at)->format('d M Y')) }}
|
|
| @lang('tr.Parent Information') |
@lang('tr.Parent Name'): {{$student->parent_name}} @if($student->parent_relation) @lang('tr.Parent Relation') : {{ \App\Student::getParentRelation()[$student->parent_relation]}} @endif @if($student->parent_national_id) @lang('tr.NationalID'): {{$student->parent_national_id}} @endif @if($student->parent_phone) @lang('tr.Phone'): {{$student->parent_phone}} @endif @if($student->parent_email) @lang('tr.Email'): {{$student->parent_email}} @endif |
|
| @lang('tr.Advisor') | @if($student->advisor){{$student->advisor->lang('name')}}, {{$student->advisor->email}} | @elseNo Advisor | @endif
| @lang('tr.Vaccine Status') | {{'App\Covid'::status()[$covid->status]}} @if($covid->archive_id && $covid->from_university == 0) ({{ $covid->title }} ) @endif | @lang('tr.Training Weeks') | @lang('tr.Approved'): {{$trainingWeeksInfo->approvedWeeks}}@if($trainingWeeksInfo->disapprovedWeeks>0) , @lang('tr.Disapproved') : {{$trainingWeeksInfo->disapprovedWeeks}}@endif | @endif