@if($flag == 'advocate')
@elseif($flag == 'council')
@elseif($flag == 'association')
@endif
{{$heading}}
SNo. | Advocate Name | Enrollment No./Date | Mobile | Enrolled Bar Council | |
---|---|---|---|---|---|
{{ $data->firstItem() + $key }} | {{ $advocate->title.' '.$advocate->user_name }}{{$advocate->is_senior ? ', Senior' : ''}} | {{ $advocate->enrolment_number.' / '.date('d-m-Y', strtotime($advocate->enrolment_date)); }} | {{ $advocate->email}} | {{ $advocate->mobile}} | {{ $advocate->org_name }} |
{{$heading}}
SNo. | State Bar Councils Name | Total Enrolled Advocates |
---|---|---|
{{ $data->firstItem() + $key }} | {{ $council->org_name }} | {{ $council->total_advocate }} |
{{$heading}}
SNo. | Association Name |
---|---|
{{ $data->firstItem() + $key }} | {{ $asso->org_name }} |