@extends('layouts.default', ['appTopMenu' => true]) @section('title', $module_title) @push('head') @endpush @section('content')
@if(Session::has('failed'))
{{Session::get('error')}}
@endif
@csrf
{{$module_title.' - '.$module_sub_title}}
{{--
--}}
@error('advocate_name') {{ $message }} @enderror
@error('active_from') {{ $message }} @enderror
@error('active_to') {{ $message }} @enderror
@if($list_of_mediator_advocates) {{--

Mediator Advocate - Report

Closed
--}}
Mediator Advocate - Report Closed
@if($action_type_id == 'to_date_display') @endif @php $sno = 1; @endphp @foreach($list_of_mediator_advocates as $list) @if($action_type_id == 'to_date_display') @endif @endforeach
# Advocate Name Enrollment No./Date Bar Council From DateTo Date
{{$sno++}} {{$list->title.' '.$list->user_name}} {{$list->is_senior==true ? ', Senior Advocate' : ''}} {{$list->enrolment_number.' / '.date('d-m-Y', strtotime($list->enrolment_date))}} {{$list->org_name}} {{date('d-m-Y', strtotime($list->from_date))}}{{$list->to_date == null ? '' : date('d-m-Y', strtotime($list->to_date))}} Edit Delete
@endif
@endsection @push('scripts') @endpush