@extends('layouts.default', ['appTopMenu' => true]) @push('scripts') @endpush @section('content')
| S.No. | Year | 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->year }} | {{ $val->total }} | {{ $val->settled }} | {{ $val->unsettled }} | {{ $val->not_assigned }} | {{ $val->pending }} |
| {{ $sno++ }} | Total | {{$total}} | {{$settled}} | {{$unsettled}} | {{$not_assigned}} | {{$pending}} |