@extends('public.layouts.login') @section('title', 'Iniciar Sesión - ' . config('app.name')) @section('content') @push('styles') @endpush

Iniciar Sesión

@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{--
@include('public.components.turnstile', ['action' => 'login', 'theme' => 'light', 'size' => 'normal'])
--}}
@endsection @push('scripts') @endpush