@extends('layouts.default', ['appTopMenu' => true]) @push('scripts') @endpush @section('content')
@csrf
Progress Chart of Supreme Court Mediation Center - Between Dates
@if(isset($list))
Progress Chart of Supreme Court Mediation Center From {{$txt_frmdate}} to {{$txt_todate}}
@foreach($list as $val) @endforeach
S.No. F.No./Anr No. Date of Court order Date of Assignment Cause Title Name of Mediator Date of Proceeding Conducted Status of Case Date on which Report sent to the Registry
{{ $sno++ }} {{ $val->anr_no.'-'.$val->anr_year }} {{ date('d-m-Y', strtotime($val->order_date)) }} {{ date('d-m-Y', strtotime($val->created_at)) }} @if($val->case_number) {{ $val->sc_skey.' '.$val->case_number.' / '.$val->case_year.' - '.$val->petitioner.' Vs. '.$val->respondent }} @endif {{ $val->title.' '.$val->user_name }} @if($val->hearing_dates) @endif @if($val->status == 'S') Settled @elseif($val->status == 'U') Unsettled @else Pending @endif -
@endif
@endsection @push('scripts') @endpush