@extends('User.Layout.main_layout') @section('title','View Staff') @section('main_container')

View Staff

@if(!$staff ->isEmpty()) @foreach($staff as $data) @endforeach @else

No Data Available

@endif
No. Name Of Director Name Email Responsibility

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_stafflist.blade.php on line 107

Warning: Attempt to read property "id" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_stafflist.blade.php on line 107

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_stafflist.blade.php on line 108

Warning: Attempt to read property "name_director" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_stafflist.blade.php on line 108

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_stafflist.blade.php on line 109

Warning: Attempt to read property "name" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_stafflist.blade.php on line 109

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_stafflist.blade.php on line 110

Warning: Attempt to read property "email" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_stafflist.blade.php on line 110

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_stafflist.blade.php on line 111

Warning: Attempt to read property "responsibility" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_stafflist.blade.php on line 111
@if($data->st_status == 'Approved') @else @endif
@endsection