{{-- begin::Head --}}
Página en Construcción | {{ config('app.name') }}
{{--begin::Fonts --}}
{{--end::Fonts --}} {{--begin::Layout Skins(used by all pages) --}}
{{-- end::Head --}} {{-- begin::Body --}} {{-- begin:: Page --}}
{{ env('APP_TITULO_LOGIN', '') }}
@if (session('status'))
{{ session('status') }}
@endif {{--
@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{ __('Recuerdame') }}
{{ __('Recuperar Contraseña ?') }}
{{ __('Iniciar sesión') }}
{{ __('Recuperar Contraseña ?') }}
{{ __('Ingrese su Email para Recuperar su Contraseña:') }}
@csrf
@error('email')
{{ $message }}
@enderror
{{ __('Enviar') }}
{{ __('Cancelar') }}
--}}
{{ env('APP_TITULO_LOGIN_BG', '') }}
{{ env('APP_SUBTITULO_LOGIN_BG', '') }}
{{-- end:: Page --}} {{-- begin::Global Config(global config for global JS sciprts) --}} {{-- end::Global Config --}} {{--begin::Page Scripts(used by this page) --}} {{--end::Page Scripts --}} {{-- end::Body --}}