@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- Header Area --}}
{{ __('Valid Authorization') }}

{{ __('Pass') }} {{ __('Code') }}

{{ __('Scan to authorize testing or maintenance') }}

{{-- Ticket Card --}}
{{-- Background Glow --}}
{{-- Machine Section --}}
{{-- Notch cutouts for ticket look --}}

{{ $passCode->machine->name }}

{{ $passCode->machine->serial_no }}

{{ __('Purpose') }} {{ $passCode->name ?? __('Testing') }}
{{ __('Status') }} {{ __('Active') }}
{{-- QR Section --}}

{{ __('Pass Code') }}

{{ $passCode->code }}

{{-- Expiry Area --}}

{{ __('Expiry Time') }}

{{ $passCode->expires_at ? $passCode->expires_at->format('Y/m/d H:i') : __('Permanent') }}

{{-- Footer Branding --}}

{{ config('app.name') }} © {{ date('Y') }}