@extends('modal_pages.base') @section('main')
{{ csrf_field() }}

This proposal will be sent to the following supervisor

{{$teacher->first_name}} {{$teacher->last_name}}
{{$teacher->designation}}
@if(isset($teacher->department_name)) {{cn($teacher,'department_name.name','')}} @else {{$teacher->others_department}} @endif . {{$teacher->university_name}}

Please select which proposal you want to send

@foreach($proposal as $row)

Ref. ({{ $row->proposal_ref}})
@endforeach

Select propose start date

@endsection