Solicitud de estudio
@if ($errors->any())
Ingrese los datos correctamente por favor
@endif
{{-- @if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif --}}
@if ($errors->has('seguro'))
{{ $errors->first('seguro') }}
@endif
@if ($errors->has('tipo_atencion'))
{{ $errors->first('tipo_atencion') }}
@endif
@if ($errors->has('sala'))
{{ $errors->first('sala') }}
@endif
@if ($errors->has('num_cama'))
{{ $errors->first('num_cama') }}
@endif
@if ($errors->has('diagnostico'))
{{ $errors->first('diagnostico') }}
@endif
@include('solicitud.examenesModal')