{{-- Left Panel: Branding --}} {{-- Right Panel: Login Form --}}
{{-- Mobile Logo --}}
PT. Surya Bersatu Utama PT. Surya Bersatu Utama
{{-- Header --}}

Welcome back

Sign in to access the admin dashboard.

{{-- Session Status --}} @if (session('status'))
{{ session('status') }}
@endif {{-- Validation Errors --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- Email --}}
@error('email')

{{ $message }}

@enderror
{{-- Password --}}
@error('password')

{{ $message }}

@enderror
{{-- Remember Me --}}
{{-- Submit --}}
{{-- Back to Site --}}