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