@extends('admin.layouts.app') @section('title', 'Ward No') @section('content')
@foreach ($wards as $index => $ward) @endforeach
# State City Zone Ward No Status Action
{{ $index + 1 }} {{ $ward->state?->Name }} {{ $ward->city?->Name }} {{ $ward->zone?->Name }} {{ $ward->Name }}
@csrf @method('DELETE')
@endsection @push('scripts') @endpush