@extends('layouts.default', ['appTopMenu' => true]) @section('title', $module_title) @push('head') @endpush @section('content')
@if(Session::has('failed'))
{{Session::get('failed')}}
@endif @if($is_post_method != 'yes') @endif
@csrf {{--

Mediation - {{$module_title}}

--}}
Mediation - {{$module_title}}
@error('anr_no') {{ $message }} @enderror
@error('anr_year') {{ $message }} @enderror
@if(isset($anr_details)) {{--

Case Details

--}}
Case Details
{{ $anr_details->anr_no.'/'.$anr_details->anr_year }}
{{ $anr_details->receipt_no.'/'.$anr_details->receipt_year }}
{{ $anr_details->applicant }}
{{ $anr_details->diary_number.'/'.$anr_details->diary_year }}
{{ $anr_details->mobile_no }}
@if(isset($hearing_details))
{{date('d-m-Y', strtotime($hearing_details->mediation_date))}}
@if($hearing_details->hearing_mode == 'P') Physical @elseif($hearing_details->hearing_mode == 'V') Virtual @elseif($hearing_details->hearing_mode == 'H') Hybrid @else Other @endif
@endif @if(isset($advocate_details))
{{$advocate_details->title.' '.$advocate_details->user_name}}
@endif
@if($anr_details->c_status == 'P' && isset($advocate_details))
@csrf {{--

Mediation - Proposal

--}}
Mediation - Proposal
@error('next_dt') {{ $message }} @enderror
@error('hearing_time') {{ $message }} @enderror
@error('date_given_by') {{ $message }} @enderror
@error('hearing_mode') {{ $message }} @enderror
@endif @endif
@endsection @push('scripts') @endpush