@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Filing') @push('head') @endpush @section('content') Filing Civil Criminal Establishment {{ $estb->est_name }} Case Type Select @foreach($getDCCaseType as $ct) {{ $ct->type_sname." - ".strtoupper($ct->type_name) }} @endforeach Total No. of Pages Petitioner Individual / Department : Individual State Department Central Department Other Organization Plaintiff Relation Select @foreach($getRelation as $rel) {{ $rel->full_name }} @endforeach Father/Husband Gender Male Female Transgender Age Occupation Address Country Select Country @foreach($getCountries as $ct) {{ $ct->name }} @endforeach State Select State @foreach($getStates as $ct) {{ $ct->state_name_english }} @endforeach District Select District Tehsil Select Tehsil Village Select Village Pincode Phone/Mobile Email Id Name (in Hindi) Father/Husband (in Hindi) Address (in Hindi) Department: Post: State Dept @foreach($statedept as $sdept) ".$sdept->deptname }}">{{ $sdept->deptname}} @endforeach Address: Country Select Country @foreach($getCountries as $ct) {{ $ct->name }} @endforeach State Select State @foreach($getStates as $ct) {{ $ct->state_name_english }} @endforeach District Select District Tehsil Select Tehsil Village Select Village Pincode Phone/Mobile Email Id Address (in Hindi) Respondent Individual / Department : Individual State Department Central Department Other Organization Defendant Relation Select @foreach($getRelation as $rel) {{ $rel->full_name }} @endforeach Father/Husband Gender Male Female Transgender Age Occupation Address Country Select Country @foreach($getCountries as $ct) {{ $ct->name }} @endforeach State Select State @foreach($getStates as $ct) {{ $ct->state_name_english }} @endforeach District Select District Tehsil Select Tehsil Village Select Village Pincode Phone/Mobile Email Id Name (in Hindi) Father/Husband (in Hindi) Address (in Hindi) Department: Post: State Dept @foreach($statedept as $sdept) ".$sdept->deptname }}">{{ $sdept->deptname}} @endforeach Address: Country Select Country @foreach($getCountries as $ct) {{ $ct->name }} @endforeach State Select State @foreach($getStates as $ct) {{ $ct->state_name_english }} @endforeach District Select District Tehsil Select Tehsil Village Select Village Pincode Phone/Mobile Email Id Address (in Hindi) Advocate Main Pet. Adv. State Central Self Enroll No. Enroll Year. Name Mobile Email Id Main Res. Adv. State Central Self Enroll No. Enroll Year. Name Mobile Email Id @endsection