@extends('layout.default', ['appTopMenu' => true]) @section('title', 'Filing') @push('head') @endpush @section('content') Filing Branch {{ $estb->est_name }} Case Type Select @foreach($getHCCaseType as $ct) {{ $ct->skey." - ".ucwords(strtolower($ct->casename)) }} @endforeach Total Pages in File Petitioner Individual / Department : Individual State Department Central Department Other Organization Individual Name Relation Select @foreach($getRelation as $rel) {{ $rel->full_name }} @endforeach Father/Husband Age Gender Male Female Transgender Address Occupation 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 (Hindi) Father/Husband (Hindi) Address (in Hindi) State Department 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 Individual Name Relation Select @foreach($getRelation as $rel) {{ $rel->full_name }} @endforeach Father/Husband Age Gender Male Female Transgender Address Occupation 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 (Hindi) Father/Husband (Hindi) Address (Hindi) State Department 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 (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 Submit @endsection