{{ Carbon\Carbon::now()->format('M d, Y') }}
{{ $customer->name }}
{{ $customer->phone }}
{{ $customer->email }}
{{ $customer->address }}
Name Store
(+62) 123 123 123
email@example.com
Cirebon, Jawa Barat, Indonesia
| Item | Price | Quantity | Subtotal |
|---|---|---|---|
| {{ $item->name }} | {{ $item->price }} | {{ $item->qty }} | {{ $item->subtotal }} |
| Subtotal | {{ Cart::subtotal() }} | ||
| Tax | {{ Cart::tax() }} | ||
| Total | {{ Cart::total() }} | ||