@extends('layouts.storefront') @section('body_attributes', 'data-page="auth-login"') @section('title', 'Login | ' . config('app.name')) @section('meta_description', 'Log in to track repairs, invoices, and secure lab updates.') @section('content') @if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
@endif
@csrf
Forgot access key?
Create a new account Back to access chooser
@endsection