{{-- Styles --}} {{-- Headers & Configurations --}} @extends('layouts.app') @section('title') {{ __('modules')['home']['commands'] }} @endsection {{-- Control Variables --}} @php $has_discounts = \App\Helpers\Environment\SystemFeaturesHelper::getFeatureStatus("discounts"); $has_product_barcodes = \App\Helpers\Environment\SystemFeaturesHelper::getFeatureStatus("product_barcodes"); @endphp {{-- Content --}} @section('content') {{-- Estilos --}} {{-- Content --}}
@csrf {{-- Encabezado --}} @include('restaurant.commands.components.form.header') {{-- Cuerpo --}} @include('restaurant.commands.components.form.body')
@include('restaurant.commands.components.ticket') @endsection {{-- Footer --}} @section('footer') @include('shared.components.footer.basic-footer') @endsection {{-- Scripts --}} @section('scripts') {{-- Screen Behavior --}} {{-- Support Functions --}} {{-- Commands Manager --}} {{-- Ticket & Submit --}} {{-- Search bar Control--}} {{-- Barcode Reader Control --}} @endsection