@extends('layouts.public') @section('content')
@csrf

Secure workspace

VINLAB Admin

@if($errors->any())
{{ $errors->first() }}
@endif

Default username is controlled by .env. Password is checked with ADMIN_PASSWORD_HASH.

@endsection