@extends($layout ?? 'backend.layouts.app') @section('content')
@include('backend.pos.partials.products', ['products' => $products])
{{ translate('Cart & Customer') }}
{{--
Currently selected user: {{ $activeCustomerId ?? translate('None') }}
--}}
@include('backend.pos.partials.cart', [ 'carts' => $carts, 'totals' => $totals, 'shipping' => $shipping, 'discount' => $discount, 'customers' => $customers, 'tempUserId' => $tempUserId, ])
@endsection @section('script') @endsection