@extends('layouts.default') @section('title', $module_title) @push('head') @endpush @section('content')
# | Advocate Name | Enrollment No./Date | Bar Council | From Date | @if($action_type_id == 'to_date_display')To Date | @endif|
---|---|---|---|---|---|---|
{{$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))}} | @if($action_type_id == 'to_date_display'){{$list->to_date == null ? '' : date('d-m-Y', strtotime($list->to_date))}} | @endifEdit Delete |