Next Mediation Date*
@error('next_dt')
{{ $message }}
@enderror
Hearing Time*
@error('hearing_time')
{{ $message }}
@enderror
Available Room No.
1
2
3
4
5
6
7
8
Slot 1 (10 AM to 1 PM)
Slot 2 (2 PM to 5 PM)
@if($party)
Appearance
Party Details
Hearing Mode
@foreach($party as $party)
{{$party->pet_res == 'P' ? 'Petitioner' : 'Respondent'}}{{' No. '.$party->sr_no.'. '.$party->name}}
Physical
Virtual
@endforeach
@else
Party Details Not Found
@endif