@extends('layouts.app') @section('title', 'POS Screen') @section('styles') @endsection @section('content')
@foreach($categories ?? [] as $cat) @endforeach
@for($i=1; $i<=12; $i++)
Product
Product {{ $i }}
$10.50
@endfor
Current Order
Cart is empty
Subtotal: $0.00
Tax (0%): $0.00
Total: $0.00
@endsection @section('scripts') @endsection