@include('admin.header')
@if(\Session::has('error')) @endif @if(\Session::has('success')) @endif

Manange Centers Add Center

@foreach($centers as $center) @endforeach
Center ID Center Name Action
{{ $center->center_id }} {{ $center->center_name }} Edit
@csrf @method('DELETE')
@include('admin.footer')