@extends('layouts.app') @section('title', 'New sale') @section('section', 'Register') @section('main_class', 'shell-wide') @php $cur = config('payments.currency'); $dp = \App\Payments\Support\Currency::decimals($cur); $catalog = $items->map(fn ($i) => [ 'id' => (int) $i->id, 'name' => trim($i->product.($i->variant && $i->variant !== 'Default' ? ' · '.$i->variant : '')), 'price' => (float) $i->price, 'sku' => $i->sku, 'category' => $i->category ?: 'Other', 'stock' => (float) $i->stock, 'track' => (bool) $i->track, ])->values(); @endphp @section('content')
Register
Add products (or run the demo seeder) before ringing up a sale.
No products match your search.