@extends('layouts.reports') @section('title') {{ __('modules')['dashboard']['restaurant']['title'] }} | {{ __('reports.restaurant.statisticalReports.ingresos.day_balance') }} @endsection @section('content') {{-- Control Environment --}} @php use App\Helpers\Environment\SystemFeaturesHelper; $has_itemized_taxes_reports = SystemFeaturesHelper::getFeatureStatus('itemized_taxes_reports'); @endphp {{-- Special Styles --}} {{-- 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.day_balance') }}
{{-- Title for Print --}}

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

{{ date("Y-m-d") }}

{{-- Table --}}
Folio {{ __('entity_fields')['order']['time'] }} {{ __('entity_fields')['order']['table'] }} {{ __('entity_fields')['order']['cashier'] }} {{ __('entity_fields')['order']['items'] }} {{ __('entity_fields')['common']['payment_method'] }} {{ __('entity_fields')['order']['total'] }}
{{ __('reports')['hotel']['common']['total'] }}
@endsection