@extends('layouts.adminApp') @section('title', 'District Creation || Heritage In Khulna') @section('external_css') @endsection @section('content')
District Addition
@csrf
Districts List
@foreach($districts as $district) @endforeach
S.L District Name Action
{{ $loop->iteration }} {{ $district->name }} Edit
@csrf @method('DELETE') Delete
@endsection @section('external_js') @if(session('success')) @endif @if(session('error')) @endif @endsection