@section('title','POS') @section('description','POS') @extends('layout.app') @section('content')
Cart
Image Item Price Action
Grand Total: $0
@forEach($products as $product)
Product
{{$product->product_name}}

${{$product->product_cost}}

@endforeach
@endsection