@extends('layouts.app') @section('title', 'Point of Sale') @section('body-class', 'pos-body') @section('topbar-center')
{{ auth()->user()->name }} @if($register) Active @endif
@if($register) @endif
@endsection @section('content')
@foreach($categories as $cat) @endforeach

Loading products...

Current Sale
@if($canProcessPayment ?? true) @endif

Cart is empty

Search or click a product to add
@endsection @push('styles') @php $printSettings = $store?->settings ?? []; @endphp @endpush @push('scripts') @endpush