{{----}} {{----}} {{-- --}} {{-- Test Order--}} {{-- --}} {{-- --}} {{--

Place a Test Order

--}} {{--
--}} {{-- @csrf--}} {{--

Click the button below to simulate an order and trigger printing.

--}} {{-- --}} {{--
--}} {{-- @if (session('success'))--}} {{--
{{ session('success') }}
--}} {{-- @endif--}} {{-- @if (session('error'))--}} {{--
{{ session('error') }}
--}} {{-- @endif--}} {{-- --}} {{----}} Test Order (URL Protocol)

Place a Test Order (Triggers Local Print via URL Protocol)

@csrf

Click the button below to simulate an order and trigger printing via a custom URL protocol.

**Note:** This requires a local application registered to handle the `thermalprinter://` protocol.

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif