{{ $total_booking->total_count }}
{{ $total_booking->total_guest }}
{{ $total_booking->total_nights }}
{{ $total_booking->total_amount }}
{{ $total_confirmed_booking->total_count }}
{{ $total_confirmed_booking->total_guest }}
{{ $total_confirmed_booking->total_nights }}
{{ $total_confirmed_booking->total_amount }}
{{ $total_cancelled_booking->total_count }}
{{ $total_cancelled_booking->total_guest }}
{{ $total_cancelled_booking->total_nights }}
{{ $total_cancelled_booking->total_amount }}
{{ $total_pending_booking->total_count }}
{{ $total_pending_booking->total_guest }}
{{ $total_pending_booking->total_nights }}
{{ $total_pending_booking->total_amount }}
{{ $total_confirmed_booking->total_adult_guest }} @if ($total_confirmed_booking->total_guest != 0) ({{ ($total_confirmed_booking->total_adult_guest / $total_confirmed_booking->total_guest) * 100 }} %) @endif
{{ $total_confirmed_booking->total_childs_guest }} @if ($total_confirmed_booking->total_guest != 0) ({{ ($total_confirmed_booking->total_childs_guest / $total_confirmed_booking->total_guest) * 100 }} %) @endif
@lang('hms::lang.rooms_per_booking') | @lang('hms::lang.bookings') | % |
---|---|---|
@lang('hms::lang.one_room_bookings') | {{ $rooms_by_booking_count->one_line_count }} | @if ( $rooms_by_booking_count->one_line_count + $rooms_by_booking_count->two_lines_count + $rooms_by_booking_count->more_than_two_lines_count != 0) {{ number_format(($rooms_by_booking_count->one_line_count / ($rooms_by_booking_count->one_line_count + $rooms_by_booking_count->two_lines_count + $rooms_by_booking_count->more_than_two_lines_count)) * 100) }} % @else 0 % @endif |
@lang('hms::lang.two_room_bookings') | {{ $rooms_by_booking_count->two_lines_count }} | @if ( $rooms_by_booking_count->one_line_count + $rooms_by_booking_count->two_lines_count + $rooms_by_booking_count->more_than_two_lines_count != 0) {{ number_format(($rooms_by_booking_count->two_lines_count / ($rooms_by_booking_count->one_line_count + $rooms_by_booking_count->two_lines_count + $rooms_by_booking_count->more_than_two_lines_count)) * 100) }} % @else 0 % @endif |
@lang('hms::lang.two_+_room_bookings') | {{ $rooms_by_booking_count->more_than_two_lines_count }} | @if ( $rooms_by_booking_count->one_line_count + $rooms_by_booking_count->two_lines_count + $rooms_by_booking_count->more_than_two_lines_count != 0) {{ number_format(($rooms_by_booking_count->more_than_two_lines_count / ($rooms_by_booking_count->one_line_count + $rooms_by_booking_count->two_lines_count + $rooms_by_booking_count->more_than_two_lines_count)) * 100) }} % @else 0 % @endif |
@lang('hms::lang.nights_per_booking') | @lang('hms::lang.booking') | % |
---|---|---|
@lang('hms::lang.1_night_bookings') | {{ $count_by_night->one_night_count }} | @if ($total_nights != 0) {{ number_format(($count_by_night->one_night_count / $total_nights) * 100) }} % @else 0% @endif |
@lang('hms::lang.2_night_bookings') | {{ $count_by_night->two_night_count }} | @if ($total_nights != 0) {{ number_format(($count_by_night->two_night_count / $total_nights) * 100) }} % @else 0% @endif |
@lang('hms::lang.3_night_bookings') | {{ $count_by_night->three_night_count }} | @if ($total_nights != 0) {{ number_format(($count_by_night->three_night_count / $total_nights) * 100) }} % @else 0% @endif |
@lang('hms::lang.4_night_bookings') | {{ $count_by_night->four_night_count }} | @if ($total_nights != 0) {{ number_format(($count_by_night->four_night_count / $total_nights) * 100) }} % @else 0% @endif |
@lang('hms::lang.5_night_bookings') | {{ $count_by_night->five_night_count }} | @if ($total_nights != 0) {{ number_format(($count_by_night->five_night_count / $total_nights) * 100) }} % @else 0% @endif |
@lang('hms::lang.6_night_bookings') | {{ $count_by_night->six_night_count }} | @if ($total_nights != 0) {{ number_format(($count_by_night->six_night_count / $total_nights) * 100) }} % @else 0% @endif |
@lang('hms::lang.6_+_night_bookings') | {{ $count_by_night->more_than_six_night_count }} | @if ($total_nights != 0) {{ number_format(($count_by_night->more_than_six_night_count / $total_nights) * 100) }} % @else 0% @endif |
@lang('hms::lang.guests_per_booking') | @lang('hms::lang.booking') | % |
---|---|---|
@lang('hms::lang.1_guest_bookings') | {{ $count_by_adults->one_adult_count }} | @if ($total_adults != 0) {{ number_format(($count_by_adults->one_adult_count / $total_adults) * 100) }} % @else 0% @endif |
@lang('hms::lang.2_guest_bookings') | {{ $count_by_adults->two_adults_count }} | @if ($total_adults != 0) {{ number_format(($count_by_adults->two_adults_count / $total_adults) * 100) }} % @else 0% @endif |
@lang('hms::lang.3_guest_bookings') | {{ $count_by_adults->three_adults_count }} | @if ($total_adults != 0) {{ number_format(($count_by_adults->three_adults_count / $total_adults) * 100) }} % @else 0% @endif |
@lang('hms::lang.4_guest_bookings') | {{ $count_by_adults->four_adults_count }} | @if ($total_adults != 0) {{ number_format(($count_by_adults->four_adults_count / $total_adults) * 100) }} % @else 0% @endif |
@lang('hms::lang.5_guest_bookings') | {{ $count_by_adults->five_adults_count }} | @if ($total_adults != 0) {{ number_format(($count_by_adults->five_adults_count / $total_adults) * 100) }} % @else 0% @endif |
@lang('hms::lang.6_guest_bookings') | {{ $count_by_adults->six_adults_count }} | @if ($total_adults != 0) {{ number_format(($count_by_adults->six_adults_count / $total_adults) * 100) }} % @else 0% @endif |
@lang('hms::lang.6_+_guest_bookings') | {{ $count_by_adults->more_than_six_adults_count }} | @if ($total_adults != 0) {{ number_format(($count_by_adults->more_than_six_adults_count / $total_adults) * 100) }} % @else 0% @endif |