@extends('application.layouts.master') @section('content')
@if(count($proposal)>0)
Ref
Title
Updated
Action
@foreach($proposal as $key=>$row)
{{$row->proposal_ref}}
{{$row->title}}
{{$row->methology}} @php $department =model('Department')::where('id',$row->department)->first(); @endphp {{$department->name ?? ''}} {{$row->status}}
{{date('d M Y', strtotime($row->created_at))}} {{$row->created_at->diffForHumans()}}
@if(student_proposal($row->student_id, $row->id)) @endif @if(isset($row->document_file)) @endif @if(student_proposal($row->student_id, $row->id)) @endif
@endforeach
@else
No Proposal available.
@endif
Have you ever attended any conferences to present your papers?
is_attended_conference ==1) {{'checked'}} @endif @if($is_freez_profile) disabled @endif>
is_attended_conference ==2) {{'checked'}} @endif @if($is_freez_profile) disabled @endif>
PUBLICATION
is_publication == 1 ? 'checked' : ''}} @if($is_freez_profile) disabled @endif>
@if(count($publications) > 0)
is_publication == 2 ? 'checked' : ''}} @if($is_freez_profile) disabled @endif>
@else
is_publication == 2 ? 'checked' : ''}} @if($is_freez_profile) disabled @endif>
@endif
is_publication == 2 || Auth::user()->is_publication == NULL) style="display:none;" @endif >
EDUCATION HISTORY {{--
is_education == 1 ? 'checked' : ''}} @if($is_freez_profile) disabled @endif>
@if(count($institution) > 0)
is_education == 2 ? 'checked' : ''}} @if($is_freez_profile) disabled @endif>
@else
is_education == 2 ? 'checked' : ''}} @if($is_freez_profile) disabled @endif>
@endif --}}
WORK EXPERIENCE
Do you have any Work Experience?
is_work_experience == 1 ? 'checked' : ''}} @if($is_freez_profile) disabled @endif>
@if(count($work_experience) > 0)
is_work_experience == 2 ? 'checked' : ''}} @if($is_freez_profile) disabled @endif>
@else
is_work_experience == 2 ? 'checked' : ''}} @if($is_freez_profile) disabled @endif>
@endif
is_work_experience == 2 || Auth::user()->is_work_experience == NULL) style="display:none;" @endif>
ENGLISH LANGUAGE PROFICIENCY
Do you have any English Test Certificate?
is_test_score == 1 ? 'checked' : ''}} @if($is_freez_profile) disabled @endif>
@if(count($score) > 0)
is_test_score == 2 ? 'checked' : ''}} @if($is_freez_profile) disabled @endif>
@else
is_test_score == 2 ? 'checked' : ''}} @if($is_freez_profile) disabled @endif>
@endif
is_test_score == 2 || Auth::user()->is_test_score == NULL) style="display:none;" @endif>
@endsection @push('js') @endpush