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

កន្លែងលក់ទំនិញ

All Categories @foreach ($allcategory as $category) {{ $category->name }} @endforeach
@foreach ($products as $product)
{{ $product->name }}

{{ $product->code }}

${{ number_format($product->price, 2) }}
@endforeach
ឈ្មោះ ចំនួន តម្លៃ តម្លៃសរុប
No items in cart
ការជូនដំណឹងពីហាង
Click Refresh to see notifications
{{--
--}}
@endsection @section('scripts') @endsection