@extends('admin.sub_contents.base') @section('main')
@if(count($register_teachers_list) > 0) @foreach($register_teachers_list as $key=>$row) id; ?> @endforeach
Sl Name University Name Department Status Action
{{++$key}} {{$row->first_name }} {{$row->last_name }}
{{$row->designation}}
{{$row->email}}
@if($row->university_name) {{$row->university_name}} @else {{ cn($row, 'university.name','') }} @endif
{{$row->uni_website}}
@if($row->others_department) {{ $row->others_department }} @else {{ cn($row, 'department_name.name','') }} @endif
@if($row->apply_status==0) Pending @endif
@else
No data available.
@endif
@endsection