@extends('layouts.admin') @section('title', 'Sales') @section('content')
Manage products and process orders
Tsh {{ number_format($product->selling_price, 0) }}
Tap to addNo products found
Tsh {{ number_format($product->selling_price, 0) }}
Tap to addNo products in this category
| Product | Qty | Price | |
|---|---|---|---|
{{ ucwords($item['name']) }}Tsh {{ number_format((float)$item['selling_price'], 0) }} each |
{{ number_format((float) $item['quantity'], 2, '.', ',') }}
|
Tsh {{ number_format((float)$item['selling_price'] * $item['quantity'], 0) }} | |
| Your cart is empty | |||