@extends('layouts.dashboard') @section('css') @endsection @section('sub-header') {{ __('Gaming Sales Projection Input Sheet') }} @endsection @section('content')
@csrf {{-- Start Choose F&B Sales Projection Method --}}

{{ __('Choose Gaming Sales Projection Method') }}

{{ __('Show/Hide') }}

{{-- Casinos Types --}} @php $order = 1 ; @endphp {{-- Casinos Count TD --}} @php @endphp @php $order = $order +1 ; @endphp @foreach(count($casinos) ? $casinos : generateTotalCasinoInstance($model) as $index=>$casino) {{-- Casinos Types --}} @php $order = 2 ; @endphp {{-- Casinos Count TD --}} @php $order = $order +1 ; @endphp @endforeach
{{ __('Gaming Facility') }} {{ __('Select Projection Method') }}
{{ __('Same Method For All Gaming Facilities') }}
{{ $casino->getName() }}
{{-- End of Choose F&B Sales Projection Method --}} @php $currentSectionName = guest_capture_casino_charges_per_guest_method ; @endphp {{-- start of Guest Capture % x Casino Charges Per Guest Method --}}

{{ __('Guest Capture % x Gaming Charges Per Guest Method') }}

{{ __('Show/Hide') }}

@foreach($itemsInEachSection[$currentSectionName]??[] as $index=>$casino) {{-- Casinos Types --}} @php $order = 1 ; @endphp {{-- Casinos Count TD --}} {{-- Daily Cover Count Per Facility --}} {{-- Total Guest Capacity --}} {{-- Cover Value --}} {{-- Choose Currency Td --}} {{-- Estimation Date --}} {{-- Cover Value Escalation Rate % --}} {{-- Cover Value At Operation Date --}} {{-- Cover Value Annual Escalation Rate % --}} @php $order = $order +1 ; @endphp @endforeach
{{ __('Gaming Facility') }} {{ __('Gaming Facility Count') }} {{ __('Guest Capacity') }} {{ __('Total Guest Capacity') }} {{ __('Charges Value Per Guest') }} {{ __('Choose Currency') }} {{ __('Estimation Date') }} {{ __('Charges Value Escalation Rate %') }} {{ __('Charges Value At Operation Date') }} {{ __('Charges Value Annual Escalation Rate %') }}
{{ $casino->getName() }}
{{-- --}}
{{-- --}}
{{-- --}} %
{{-- --}}
{{-- average_daily_rate_annual_escalation_rate --}} %
{{-- --}}

@foreach($yearsWithItsMonths as $year=>$monthsForThisYearArray) @endforeach @php $currentTotal = []; @endphp @php @endphp @foreach($yearsWithItsMonths as $year=>$monthsForThisYearArray) @endforeach @foreach($itemsInEachSection[$currentSectionName]??[] as $index=>$casino) @php $order = 1 ; @endphp @foreach($yearsWithItsMonths as $year=>$monthsForThisYearArray) @php $order = $order +1 ; @endphp @endforeach @endforeach
{{ __('Facility Types') }} {{ __('Input') }} {{ __('Yr-') }}{{$yearIndexWithYear[$year]}}
{{ __('Total Guest Count') }} @php @endphp
%
{{ str_to_upper($casino->getName()) }} {{ __('Guest Capture %') }} @php $currentVal = $casino->getGuestCaptureCoverPercentage($year); $currentTotal[$year]=isset($currentTotal[$year]) ? $currentTotal[$year] + $currentVal : $currentVal; @endphp
%
{{-- end of Guest Capture % x Casino Charges Per Guest Method --}} @php $currentSectionName = guest_count_target_per_day_charges_per_guest_method ; @endphp {{-- start of Guest Count Target Per Day x Charges Per Guest Method --}}

{{ __('Guest Count Target Per Day x Charges Per Guest Method') }}

{{ __('Show/Hide') }}

@foreach($itemsInEachSection[$currentSectionName]??[] as $index=>$casino) {{-- Casinos Types --}} @php $order = 1 ; @endphp {{-- Casinos Count TD --}} {{-- Daily Cover Count Per Facility --}} {{-- Total Guest Capacity --}} {{-- Cover Value --}} {{-- Choose Currency Td --}} {{-- Estimation Date --}} {{-- Cover Value Escalation Rate % --}} {{-- Cover Value At Operation Date --}} {{-- Cover Value Annual Escalation Rate % --}} @php $order = $order +1 ; @endphp @endforeach
{{ __('Gaming Facility') }} {{ __('Gaming Facility Count') }} {{ __('Guest Capacity') }} {{ __('Total Guest Capacity') }} {{ __('Charges Per Guest') }} {{ __('Choose Currency') }} {{ __('Estimation Date') }} {{ __('Charges Per Guest Escalation Rate %') }} {{ __('Charges Per Guest At Operation Date') }} {{ __('Charges Per Guest Annual Escalation Rate %') }}
{{ $casino->getName() }}
{{-- --}}
{{-- --}}
{{-- --}} %
{{-- --}}
{{-- average_daily_rate_annual_escalation_rate --}} %
{{-- --}}

@foreach($yearsWithItsMonths as $year=>$monthsForThisYearArray) @endforeach @php $currentTotal = []; @endphp @php @endphp @foreach($yearsWithItsMonths as $year=>$monthsForThisYearArray) @endforeach @foreach($itemsInEachSection[$currentSectionName]??[] as $index=>$casino) @php $order = 1 ; @endphp @foreach($yearsWithItsMonths as $year=>$monthsForThisYearArray) @php $order = $order +1 ; @endphp @endforeach @endforeach
{{ __('Facility Types') }} {{ __('Input') }} {{ __('Yr-') }}{{$yearIndexWithYear[$year]}}
{{ __('Total Guest Count') }} @php @endphp
%
{{ str_to_upper($casino->getName()) }} {{ __('Target Guest Count Per Day') }} @php $currentVal = $casino->getGuestCaptureCoverPercentage($year); $currentTotal[$year]=isset($currentTotal[$year]) ? $currentTotal[$year] + $currentVal : $currentVal; @endphp
#
{{-- end of Guest Count Target Per Day x Charges Per Guest Method --}} @php $currentSectionName = percentage_from_rooms_revenue ; @endphp {{-- start of Percenatge % From Rooms Revenues --}}

{{ __('Percenatge % From Rooms Revenues') }}

{{ __('Show/Hide') }}

@foreach($yearsWithItsMonths as $year=>$monthsForThisYearArray) @endforeach @php $currentTotal = []; @endphp @php @endphp @foreach($yearsWithItsMonths as $year=>$monthsForThisYearArray) @endforeach @foreach($itemsInEachSection[$currentSectionName]??[] as $index=>$casino) @php $order = 1 ; @endphp @foreach($yearsWithItsMonths as $year=>$monthsForThisYearArray) @php $order = $order +1 ; @endphp @endforeach @endforeach
{{ __('Facility Types') }} {{ __('Input') }} {{ __('Yr-') }}{{$yearIndexWithYear[$year]}}
{{ __('Total Rooms Revenues') }} @php @endphp
%
{{ str_to_upper($casino->getName()) }} {{ __('% From Rooms Revenues') }} @php $currentVal = $casino->getPercentageFromRevenue($year); $currentTotal[$year]=isset($currentTotal[$year]) ? $currentTotal[$year] + $currentVal : $currentVal; @endphp
%
{{-- end of Percenatge % From Rooms Revenues --}} @include('admin.hospitality-sector.collection-policy',[ 'collectionPolicyFirstLabel'=>__('Collection Terms Per Facility'), 'firstHeader'=>__('Facility Name'), 'collectionPolicyItems'=>$casinos, 'modelName'=>'casino', 'isGeneralCollectionPolicy'=>$model->isCasinoGeneralCollection(), 'isCollectionTermPerItem'=>$model->isCasinoCollectionTermPerSalesChannel(), 'onlyGeneralExpense'=>isTotal($casinos) ])
@endsection @section('js') @endsection