@extends('layouts.index') @section('estilos') @stop @section('menu') @include('menu.index') @stop @section('content')

Generar Solicitud de atenciĆ³n

@if ($nro_pacientes == 0)
Estimado Usuario , debe agregar un paciente
@else
@csrf
@if(isset($atencion->motivo_consulta)) @else @endif
@if(isset($atencion->direccion)) @else @endif
@endif
@stop @section('scripts') @endsection