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

View your other center's address

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

No Data Available

@endif
No. Center Name Phone Address Actions

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

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

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

Warning: Attempt to read property "center_name" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/view_center.blade.php on line 45

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

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

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

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