@unless(Auth::user()->role == 'executive' or $clients->count() == 0)
@if(Auth::user()->role == 'admin')
@endif
@if(Auth::user()->role == 'admin')
@endif
@endunless
@if(request()->input('trash-clients'))
Clientes activos
@else
Clientes inactivos
@endif
@if($kind == 'imss')
@endif
{!! Form::open([
'method' => 'POST',
'style' => 'display: inline;',
'action' => ucfirst(auth()->user()->role).'\ClientsController@export',
]) !!}
{!! Form::close() !!}
{!! Form::open([
'method' => 'POST',
'style' => 'display: inline;',
'action' => ucfirst(auth()->user()->role).'\ClientsController@servicesReport',
]) !!}
{!! Form::close() !!}