@if(count($teacher) >0) @foreach($teacher as $row)
{{$row->first_name}} {{$row->last_name}}
{{$row->designation}}
@if(isset($row->department_name)) {{cn($row,'department_name.name','')}} @else {{$row->others_department}} @endif . {{$row->university_name}}
Apply
@endforeach @else
No data found!
@endif {{-- @include('web.layouts.modal') --}}