@extends('layouts.app') @section('css') {{-- Animación --}} @endsection @section('content')

Sigue los pasos para poder crear una cita nueva

Paso 1

Selecciona el servicio que desees tomar

...

Tratamientos

@if($data["validacion"] == true && $data["categoria_servicio"] == 'Tratamientos')
@else
...

Spa

@if($data["validacion"] == true && $data["categoria_servicio"] == 'Spa')
@else
...

Cortes

@if($data["validacion"] == true && $data["categoria_servicio"] == 'Cortes')
@else
...

Cuidados

@if($data["validacion"] == true && $data["categoria_servicio"] == 'Cuidados')
@else
{{-- @if($data["validacion"]) --}}
{{-- @endif --}} {{-- HIDDEN --}} @if($data["validacion"] == true) @else @endif

Paso 2

Selecciona el día de tu cita

{{-- Excepción de un dia anterior --}} {{-- Excepción de no selección de un servicio y/o tratamiento --}}
@endsection @section('scripts') @endsection