@extends('layouts.app') @section('content')
Order Number
{{ $order->order_number }}
UUID
{{ $order->uuid }}
Status
{{ str_replace('_', ' ', $order->status) }}
Customer
{{ $order->user?->name ?? 'N/A' }}
Created
{{ $order->created_at->format('M d, Y H:i') }}
Design
{{ $order->items->first()?->product?->name ?? 'Custom' }}
Sticker Path
{{ $stickerPath }}
If the PDF doesn't display above, it may be loading. Try refreshing or downloading the PDF directly.