@extends('layouts.home_layout') @php $pageTitle = "Villages Manage"; @endphp @section('title', $pageTitle = "villages") @section('style') @endsection @section('content')

Village Manage

@php $f_division_id=request()->get('division_id'); @endphp
Reset
@include('common.alert_msg')

Village Manage

@foreach ($list as $key => $item) @endforeach
# Division Name District Name Upazilla Name Union Name Village Name (English) Village Name (Bangla) Status Action
{{($key + 1)}} {{$item->division_name}} {{$item->district_name}} {{$item->upazila_name}} {{$item->un}} {{$item->en_name}} {{$item->bn_name}} {{$item->status_text}}
@if (is_permit('vill_e')) @endif @if (is_permit('vill_d'))
id) }}" class="mb-0 delete_form" > @method('DELETE') @csrf
@endif
Displaying {{$list->firstItem()}} to {{$list->lastItem()}} total {{$list->count()}} of {{$list->total()}} items {{ $list->render() }}
{{-- Modal Start id="modal" --}} {{-- Modal End --}}
@endsection @section('script') @endsection