@extends('web.layouts.master') @section('content')
Demo Account Demo
Given Name
{{$user_info->first_name}}
Family Name
{{$user_info->last_name}}
Date Of Birth
{{date("d M, Y", strtotime($user_info->dob))}}
Nationality
{{$user_info->country_name->name ?? 'Notspecified'}}
Contact Information
+441142725444
hadiur.iecc@gmail.com2
@if(Auth::user()->save_as_complete==0)
Education History
@csrf
@if(count($institution)>0) @foreach($institution as $row) @endforeach
Institution Subject Result During Action
{{$row->institution}} {{$row->subject}}
{{$row->academic_level_info->name}}
{{$row->result}}
PYear: {{$row->passing_year}}
{{date("d M, Y", strtotime($row->start_date)).'-'.date("d M, Y", strtotime($row->end_date))}}
@else
No Education History available.
@endif
@csrf
Work Experience
Do you have any Work Experience?
@csrf
Currently working in that company?
@if(count($work_experience)>0) @foreach($work_experience as $row) @endforeach
Company Name Designation Currently working Start Date End Date Action
{{$row->company_name}} {{$row->designation}} {{$row->currently_working == 0 ? 'off' : 'on'}} {{date("d M, Y", strtotime($row->start_date))}} {{date("d M, Y", strtotime($row->end_date))}}
@else
No Work Experience available.
@endif
@csrf
Currently working in that company?
Test Score
Do you have any Test Score?
@csrf
@if(count($score)>0) @foreach($score as $row) @endforeach
Testing System {{$row->test_name}} Test Date: {{date("d M, Y", strtotime($row->test_date))}}
{{$row->overall_score}}
Overall
{{$row->listening}}
Listening
{{$row->speaking}}
Speaking
{{$row->writing}}
Writing
{{$row->reading}}
Reading
@else
No Test Score available.
@endif
@csrf
@if(count($score)>0) @endif
@else
Admission Preference
Destination
University Details
Course Information
Status
Action
United Kingdom
De Montfort University
Masters . Apr 2021
MBA with Placement
2nd Choice
Education History
@if(count($institution)>0) @foreach($institution as $row) @endforeach
Institution Subject Result During Action
{{$row->institution}} {{$row->subject}}
{{$row->academic_level_info->name}}
{{$row->result}}
PYear: {{$row->passing_year}}
{{date("d M, Y", strtotime($row->start_date)).'-'.date("d M, Y", strtotime($row->end_date))}}
@else
No Education History available.
@endif
Work Experience
@if(count($work_experience)>0) @foreach($work_experience as $row) @endforeach
Company Name Designation Currently working Start Date Action
{{$row->company_name}} {{$row->designation}} {{$row->currently_working}} {{date("d M, Y", strtotime($row->start_date))}}
@else
No Work Experience available.
@endif
Test Score
@if(count($score)>0) @foreach($score as $row) @endforeach
Testing System Overall Listening Speaking Writing Reading Action
Testing System {{$row->test_name}} Test Date: {{date("d M, Y", strtotime($row->test_date))}}
{{$row->overall_score}}
Overall
{{$row->listening}}
Listening
{{$row->speaking}}
Speaking
{{$row->writing}}
Writing
{{$row->reading}}
Reading
@else
No Test Score available.
@endif
@csrf
Serial No
Title
Proposal
Action
@foreach($proposal as $row)
{{$row->student_id}}
{{$row->title}}
{{$row->methology}} . {{$row->department}} . {{$row->status}}
pdf
@endforeach
@csrf
@endif
@endsection @push('js') @endpush