@extends('layouts.reports') @section('title') {{ __('modules')['dashboard']['restaurant']['title'] }} | {{ __('reports.restaurant.statisticalReports.ingresos.balances_per_period_and_category') }} @endsection @section('content') {{-- Control Environment --}} @php use App\Helpers\Environment\SystemFeaturesHelper; $has_itemized_taxes_reports = SystemFeaturesHelper::getFeatureStatus('itemized_taxes_reports'); @endphp {{-- Content --}}
{{-- Header --}}
{{-- Action & Titles --}}
{{-- Buttons --}}
{{-- Go Back --}} {{-- Print --}} {{-- Download as CSV --}} {{-- Tax Breakdown --}} @if ($has_itemized_taxes_reports) @include('shared.utils.report-complements.common-tax-calculator-dropdown') @endif
{{-- Title --}}
{{ __('reports.restaurant.statisticalReports.ingresos.balances_per_period_and_category') }}
{{-- Filter Form --}}
{{-- From --}}
{{ __('reports')['hotel']['common']['from'] }}
{{-- To --}}
{{ __('reports')['hotel']['common']['to'] }}
{{-- Submit --}}
{{-- Title for Print --}}

{{ __('reports.restaurant.statisticalReports.ingresos.balances_per_period_and_category') }}

  |   {{ __('neutral_words')['all'] }}

{{-- Table --}}
{{ __('entity_fields')['common']['date'] }} {{ __('entities')['restaurant']['order'] }} {{ __('entity_fields')['order']['item'] }} {{ __('entity_fields')['order']['quantity'] }} {{ __('entity_fields')['common']['price'] }} {{ __('entity_fields')['order']['subtotal'] }}
{{ __('reports')['restaurant']['common']['total_incomes'] }}
@endsection