@extends('layouts.person') @section('contenido') @php($searchText = empty($searchText) ? -1 : $searchText)
CITAS

ESPECIALISTA: {{$doctor->nombres}}

CONSULTORIO: {{$doctor->nomConsul}}

@csrf
{{-- -----------------------------------MODAL EDIT-------------------------------------------------- --}} {{-- @if (auth()->user()->tipo == 'SECRETARIA' || auth()->user()->tipo == 'ADMINISTRADOR') @endif --}} @push('scripts') @if (Session::has('success')) @endif @if (count($errors) > 0)