@extends('front.layouts.public-clean') @section('title', 'Continúa con tu acceso | Mariachis.co') @section('meta_description', 'Elige cómo continuar con tu acceso usando tu correo electrónico.') @section('page_id', 'client-auth') @php $showConfirmation = $magicLinkSent ?? false; $viewErrors = $errors ?? session('errors'); $remainingCooldownSeconds = (int) ($remainingCooldownSeconds ?? 0); @endphp @section('content')
@include('front.auth.partials.client-auth-back', ['href' => route('client.login.email'), 'label' => 'Atrás'])
@endsection @push('scripts') @if ($showConfirmation) @endif @endpush