@extends('layouts.default', ['appTopMenu' => true]) @push('scripts') @endpush @section('content')
@csrf
Mediation Month wise Statement - Between Dates
@if(isset($list))
Mediation Month wise Alloation From {{$txt_frmdate}} to {{$txt_todate}}
@foreach($list as $val) @endforeach
S.No. Month File No./Anr No. Name of Mediator
{{ $sno++ }} @if($val->month != $month) {{ $month }} @endif {{ $val->anr_no.'-'.$val->anr_year }} {{ $val->title }} {{ $val->user_name }}
@endif
@endsection @push('scripts') @endpush