@extends('layouts.app') @section('title','Kasir') @section('content')

Kathles POS

@foreach($products as $p)
@if($p->image) @else @endif {{ $p->name }}
Rp {{ number_format($p->sell_price,0,',','.') }}
@endforeach
🛒 Keranjang
Subtotal 0
Diskon

Total
0
@endsection