@extends('layouts.default') @section('title', 'Jail Master') @push('head') @endpush @section('content') JAIL MASTER JAIL MASTER @csrf State ------Select State------ @if(!empty($allDepartment)) @if(count($allDepartment)>0) @foreach($allDepartment as $item) {{$item->state_name_english}} @endforeach @endif @endif District Select District Jail ID Jail Type Select Jail Type Central Jail District Jail Sub Jail Open Air Jail Women Jail Borstal School Jail Name Jail Address Email Mobile Jail Master Data @endsection @push('scripts') @endpush