@if(count($data) == 0)
@endif
{{ trans('admin::users.pages.no_record_found') }}
@else| Name | Password | Business Name | Business Location | Category | Note | Permission | @if($loyalty->loyalty_type==2 && $loyalty->structure_type==0)Loyalty Program % | @endifAction | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $ad->name }} | {{ $ad->email }} | {{ $ad->orginialpassword }} | {{$ad->business_name}} | {{$ad->business_location}} | {{$ad->category}} | {{$ad->note}} | {{ rtrim($permission,',') }} | @if($loyalty->loyalty_type==2 && $loyalty->structure_type==0){{$ad->loyalty_percentage}} | @endif@if($ad->is_active==0) Blocked by service Provider @elseif($ad->is_active==1) Edit Delete @endif |
Reports
| Sub-Account | Members Added |
|---|---|
| {{ $ad->email }} | {{$totaladd[$ad->email]}} |