@extends('layouts.default') @section('title', 'LC-HC Case Type') @push('head') @endpush @section('content') LC-HC CASE TYPE LC-HC CASE TYPE @csrf State ------Select State------ @if(!empty($allState)) @if(count($allState)>0) @foreach($allState as $item) {{$item->state_name_english}} @endforeach @endif @endif Court Type High Court Lower Court State Agency Ref Agency ------Select Agency------ Civil/Criminal Civil Criminal Case Type Abbreviation Case Type Full NationalCode Case Type Master Data @endsection @push('scripts') @endpush