@if(count($teacher) >0) @foreach($teacher as $row)
{{$row->first_name}} {{$row->last_name}}
{{$row->designation}}
{{$row->department}} . {{$row->university_name}}
Apply {{-- Apply --}} {{--
×
Submit your Proposal

This proposal will be sent to the following supervisor

{{$row->first_name}} {{$row->last_name}}
{{$row->designation}}
{{$row->department}} . {{$row->university_name}}

Please select which proposal you want to send

Select propose start date

--}}
@endforeach @else
No data found!
@endif {{-- @include('web.layouts.modal') --}}