@if(!empty($customer->name))
{{ $customer->name }} |
@else
{{ $customer->user_name }} |
@endif
{{ $customer->email }} |
{{ $customer->plano }} |
@if($customer->user_active == 'yes')
{{ $customer->conta_status }}
@else
{{ $customer->conta_status }}
@endif
|
@if(routeAcess('admin.customers.acounts'))
@endif
@if(routeAcess('admin.customers.logged'))
@endif
@if(routeAcess('admin.customers.block_unblock'))
@if($customer->user_active == 'no')
@else
@endif
@endif
@if(isset($customer->id))
@if(routeAcess('admin.customers.balance'))
@endif
@if(routeAcess('admin.customers.edit'))
@endif
@endif
@if(routeAcess('admin.customers.remove'))
@endif
@if($customer->contrato > 0)
@endif
@if(routeAcess('admin.customers.historico'))
@endif
|
@endforeach