@extends(in_array(\Auth::user()->role, [10, 40]) ? 'layoutfrontdesk' : 'layout') @section('title', 'Statistic menu') @section('css') @endsection @section('content')
{{--
--}} @if (in_array(\Auth::user()->role, [1,2,5,6]))

Rp {{ribuanDuaAngkaBelakangKomaIndo($room_rev->rev)}}

Room Only Revenue

{{$occp}}%

Occupancy %

Rp {{ribuanDuaAngkaBelakangKomaIndo($pars->par)}}

RevPAR (Price per available room)
@endif @if (in_array(\Auth::user()->role, [1,2,5,6]))

Rp {{ribuanDuaAngkaBelakangKomaIndo($average_daily_rate)}}

Average Daily Report : {{$prev_daily_rate_date}}

Rp {{ribuanDuaAngkaBelakangKomaIndo($average_room_rates)}}

Average Room Rates : {{$period_average_room_rates}}
@endif
Summary: {{$period_average_room_rates}}    
Revenue {{number_format($total_revenues, 2)}}
Cost {{number_format($total_cost, 2)}}
Gross {{number_format($total_gross, 2)}}
Expenses {{number_format($total_expenses, 2)}}
Ebitda {{number_format($EBITDA, 2)}}
Non Operating Exp {{number_format($total_non_operating_exp, 2)}}
Nett Profit {{number_format($total_nett_profit, 2)}}
Room Order Statistics    
Guest Segment Statistics    
@endsection @section('js') @endsection