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

Reasignación de citas

{{-- PASO 1 --}}

Sr/a {{ Session::get('name') }}
Elija la cita que desea reasignar:


Doctor Especialidad Sede Fecha y hora Seleccionar
{{-- PASO 2 --}} {{-- PASO 3 --}} {{-- PASO 4 --}} {{-- REASIGNAR --}} {{-- PASO 5 --}} {{-- PASO 6 --}} {{-- PASO 7 --}} {{-- PASO 8 --}}
@endsection @section('scripts') @endsection