@extends('layouts.app') @section('content') {{-- Main Wrapper: Replaces 'body' --}} {{-- min-h-[90vh] ensures it fills the space between nav and footer, centering content --}}
{{-- Abstract Background Image --}}
Background {{-- Gradient Overlay --}}
{{-- Content Container --}}
{{-- Logo --}}
HASTA Logo
{{-- Header Text --}}

@if(($type ?? '') === 'staff') Staff Portal @else Welcome Back! @endif

Enter your credentials to access your account

{{-- Login Form --}}
@csrf {{-- Email Input --}}
{{-- Password Input --}}
@if(($type ?? '') === 'customer') Forgot? @endif
{{-- Submit Button --}}
{{-- Footer Links --}}
@if(($type ?? '') === 'customer')

Don't have an account? Sign up

Staff Access @else Back to Customer Login @endif
@endsection