# | Advocate Name | Enrollment No./Date | Bar Council | From Date | To 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 |