@extends('modal_pages.base') @section('main')
@if(cn($std_proposal,'teacher_details.university','')) Flag @endif
{{cn($std_proposal,'teacher_details.first_name','')}} {{cn($std_proposal,'teacher_details.last_name','')}}
{{cn($std_proposal,'teacher_details.designation','')}}
@if($std_proposal->teacher_details->others_department) {{cn($std_proposal,'teacher_details.others_department','')}} @else {{cn($std_proposal,'teacher_details.department_name.name','')}} @endif @if($std_proposal->teacher_details->university_name) {{cn($std_proposal,'teacher_details.university_name','')}} @else {{cn($std_proposal,'teacher_details.university.name','')}} @endif


Ref. ({{cn($std_proposal,'proposal.proposal_ref','')}}) {{cn($std_proposal,'proposal.methology','')}} @php $proposal =\DB::table('proposal')->where( 'id',$std_proposal->proposal_id )->first(); $department =\DB::table('departments')->where( 'id', $proposal->department )->first(); @endphp @if($department) {{$department->name}} @endif {{cn($std_proposal,'proposal.status','')}}
Preferred Start Date : {{date("M", mktime(0, 0, 0, $std_proposal->start_month, 10))}} {{ $std_proposal->start_year}}
Application Status : Applied
{{--
Start Month :
--}}
@endsection