@extends('layouts.app') @section('content')
Transaction ID: {{ $transaction->id }}
Semangat Bekerja kasir
{{ now()->format('d M Y, H:i:s') }}
{{ $item->product->category->name ?? 'No Category' }}
Rp {{ number_format($item->subtotal, 0, ',', '.') }}
Order Ready to Prepare!
Thank you for your order. Please prepare the items listed above.