@extends('Admin.Layout.main_layout') @section('title','View Customers') @section('main_container')

View Customer

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

No Permissions Available

@endif
No. Name Of Applicant email Actions

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_customer.blade.php on line 87

Warning: Attempt to read property "id" on null in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_customer.blade.php on line 87

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_customer.blade.php on line 89

Warning: Attempt to read property "name_applicant" on null in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_customer.blade.php on line 89

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_customer.blade.php on line 91

Warning: Attempt to read property "email" on null in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_customer.blade.php on line 91
@endsection