@extends('layouts.default', ['appTopMenu' => true]) @push('scripts') @endpush @section('content')
@csrf
Performance Chart of Mediators - Between Dates
@if(isset($list))
Performance Chart of Mediators From {{$txt_frmdate}} to {{$txt_todate}}
@foreach($list as $val) @endforeach
S.No. Name 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->title }} {{ $val->user_name }} {{ $val->total }} {{ $val->settled }} {{ $val->unsettled }} {{ $val->not_assigned }} {{ $val->pending }}
@endif
@endsection @push('scripts') @endpush