@vite(['resources/css/admin.css'])
{{-- Background decorative elements --}}
{{-- VS Code grid pattern --}}
{{-- Login Card --}}
Land Feasibility
Sign in to the Admin Console
{{-- Validation Errors --}} @if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if(session('status'))
{{ session('status') }}
@endif
@csrf {{-- Email --}}
Email Address
{{-- Password --}}
Password
{{-- Remember Me --}}
Remember me
@if(Route::has('password.request'))
Forgot password?
@endif
{{-- Submit --}}
Sign In to Admin
{{-- Footer info --}}
Land Feasibility Admin v1.0 • Powered by Laravel {{ app()->version() }}
{{-- VS Code-style status bar --}}
Secure Login
Land Feasibility Admin