@extends('layouts.guest') @section('content') @if(session('error'))
{{ session('error') }}
@endif
{{-- 🔹 IZQUIERDA: Imagen fullscreen --}}
{{-- 🔹 DERECHA: Formulario --}}
@endsection @push('styles') @endpush