@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'])
@if($student->hasModificationRequest())
@lang('tr.Your modification request is submitted, soon it will be checked.')
@endif
@if($user->first_name) @endif @if($user->middle_name) @endif @if($user->last_name) @endif @if($student->user->nationality_id=="EGY") @else @endif @if($student->user->nationality_id) @endif @if($student->military_education_status!==null) @endif @if($student->military_status) @endif @if($student->status == 1) @elseif($student->status == 2) @endif @endif @if($user->second_address_line) @endif @if($student->user->passport) @endif @if($user->postal_code) @endif @if($student->graduated) @if($student->gradeTotal) @endif @if($student->gradeTotal) @endif @endif @if($student->parent_name) @endif @if($student->advisor) @else @endif @if($covid && $covid->status) @endif @php($trainingWeeksInfo = $student->getTrainingWeeksInfo()) @if ($trainingWeeksInfo) @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 }}
@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'){{$student->advisor->lang('name')}}, {{$student->advisor->email}} No Advisor
@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
@include('students.components.study_grades')