@extends('layouts/detachedLayoutMaster')
@section('title', 'Shop')
@section('vendor-style')
@endsection
@section('page-style')
@endsection
@section('content')
{{--
--}}
Sub-Total
Desc
Desc.
Total
-
Venta Actual
$0
-
Descuento
$0
-
Saldo Pendiente
$0
-
Cantidad de producto/s 0
-
Mesa seleccionada:
-
Total
$0
-
{{--
--}}
{{--
--}}
{{-- --}}
@endsection
@section('vendor-script')
@include('content/apps/ecommerce/modals/modal-mensaje')
@include('content/apps/ecommerce/modals/modal-eliminar-producto')
@include('content/apps/ecommerce/modals/modal-eliminar-producto-checkout')
@include('content/apps/ecommerce/modals/modal-cancelar-compra')
@include('content/apps/ecommerce/modals/modal-checkout-pUno')
@include('content/apps/ecommerce/modals/modal-checkout-pUno0')
@include('content/apps/ecommerce/modals/modal-checkout-pUno1')
@include('content/apps/ecommerce/modals/modal-checkout-pUno2')
@include('content/apps/ecommerce/modals/modal-checkout-pUno3')
@include('content/apps/ecommerce/modals/modal-checkout-pUno4')
@include('content/apps/ecommerce/modals/modal-checkout-pUno5')
@include('content/apps/ecommerce/modals/modal-checkout-pUno6')
@include('content/apps/ecommerce/modals/modal-checkout-pUno8')
@include('content/apps/ecommerce/modals/modal-checkout-pUno9')
@include('clientes/modals/modal-add-new-clientes')
@include('content/apps/pos/modals/checkout-wizard')
@include('content/apps/pos/modals/modal-mesas')
@include('content/apps/ecommerce/modals/modal-checkout')
@include('content/apps/pos/modals/modal-pos-descuento')
@include('content/apps/pos/modals/modal-pos-password')
@include('content/apps/pos/modals/modal-test')
@include('content/apps/cajas/app-cajas-abrirCajas')
@include('productos/modals/modal-edit-productos')
@endsection
@section('page-script')
@endsection