@extends('layouts.admin') @section('contenido') @php($searchText = empty($searchText) ? -1 : $searchText) @include('historial.paciente.create') {!! Form::open(['url' => 'historial/cita', 'method' => 'GET', 'autocomplete' => 'off', 'role' => 'search']) !!}
@if (auth()->user()->tipo == 'SECRETARIA' || auth()->user()->tipo == 'ADMINISTRADOR')
@endif
{{ Form::close() }}
@csrf
{{-- -----------------------------------MODAL EDIT-------------------------------------------------- --}} @if (auth()->user()->tipo == 'SECRETARIA' || auth()->user()->tipo == 'ADMINISTRADOR') @endif @push('scripts') @if (Session::has('success')) @endif @if (count($errors) > 0)