{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: login.blade.php ------------------------------------------------------ Use: Admin-panel login at /gpanel: username + password card with the Gisoo credit line, on the panel design language. ===================================================== --}} {{ __('admin.login.title') }} @vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- Brand block, same mark as the panel header. --}}
{{ __('front.app.name') }} {{ __('admin.panel.title') }}

{{ __('admin.login.title') }}

{{ __('admin.login.subtitle') }}

@csrf
@error('username')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
{{ __('admin.login.submit') }}
{{-- Design/development credit line. --}}

{{ __('admin.login.credit_prefix') }} {{ __('admin.login.credit_brand') }}

{{-- Server-side validation errors surface in the single global modal. --}} @if ($errors->any())
@endif