{!! Form::open(['url' => 'historial/listado-cita', 'method' => 'GET', 'autocomplete' => 'off', 'role' => 'search']) !!}

{{-- Nuevo --}}

@if (auth()->user()->tipo != 'DOCTOR')
@endif
@if ($searchText3 == 'TODO') @php($searchText3 = '') @endif
{{ Form::close() }}