@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 Select Jail Email Case Type Master Data @endsection @push('scripts') @endpush