@extends('layouts.default', ['appTopMenu' => true]) @push('scripts') @endpush @section('content')
@csrf
Mediation Month wise Statement - Between Dates
@if(isset($list))
Mediation Month wise Statement From {{$txt_frmdate}} to {{$txt_todate}}
@foreach($list as $val) @endforeach
S.No. Month No. of Cases Received/Assigned No. of Cases Settled No. of Cases Not Settled No. of Cases in which mediation not held / party not present / File Closed / Not Assigned No. of Cases Pending
{{ $sno++ }} {{ $val->month }} {{ $val->total }} {{ $val->settled }} {{ $val->unsettled }} {{ $val->not_assigned }} {{ $val->pending }}
{{ $sno++ }}Total{{$total}}{{$settled}}{{$unsettled}}{{$not_assigned}}{{$pending}}
@endif
@endsection @push('scripts') @endpush