@extends('layouts.main') @section('head') @endsection @section('content')
Menú

Agendamiento de Cita

{{-- PASO 0 --}}

Sr/a {{ Session::get('name') }}
Seleccione la sede en la que quiere ser atendido:


Nombre Seleccionar

{{-- PASO 1 --}} {{-- PASO 2 --}} {{-- PASO 2 AUTORIZACIONES --}} {{-- PASO 3 --}} {{-- PASO 4 --}} {{-- PASO 5 --}} {{-- PASO 6 --}}
@endsection @section('scripts') @endsection