@extends('User.Layout.main_layout') @section('title','Inspection Visit Schedule') @section('main_container')

View List of Visitor's are coming to Inspection visit center

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

No Data Available

@endif
No. Organisation Name Visitor's Name Visiting Day Purpose Of Visiting

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

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

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

Warning: Attempt to read property "organisation_name" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_visitorlist.blade.php on line 47

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

Warning: Attempt to read property "visitor_name" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_visitorlist.blade.php on line 48

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

Warning: Attempt to read property "visiting_day" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_visitorlist.blade.php on line 49

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

Warning: Attempt to read property "purpose" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/show_visitorlist.blade.php on line 50
@endsection