@unless(Auth::user()->role == 'executive' or $clients->count() == 0)
@if(Auth::user()->role == 'admin') @endif
@if(Auth::user()->role == 'admin')
@endif @endunless
{!! $clients->appends(request()->all())->render() !!}
@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() !!}