@section('title', 'Admin login') @section('subtitle', 'Administration') @section('header-image', asset(UI::get('default-header-image')) ?? null)

Welcome back Admin! Sign in to your account.

Please fill out the form to access your dashboard.

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror