@lang('hms::lang.reports')
{{ $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 |
@lang('hms::lang.rooms') | @lang('hms::lang.booking_received') | @lang('hms::lang.booking_confirmed') | @lang('hms::lang.booking_cancelled') | @lang('hms::lang.booking_pending') | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@lang('hms::lang.booked') | @lang('hms::lang.guests') | @lang('hms::lang.nights') | @lang('hms::lang.amount') | @lang('hms::lang.booked') | @lang('hms::lang.guests') | @lang('hms::lang.nights') | @lang('hms::lang.amount') | @lang('hms::lang.booked') | @lang('hms::lang.guests') | @lang('hms::lang.nights') | @lang('hms::lang.amount') | @lang('hms::lang.booked') | @lang('hms::lang.guests') | @lang('hms::lang.nights') | @lang('hms::lang.amount') | |||||
{{ $all_room_type->type }} | {{ $all_room_type->transactions_count }} | {{ $all_room_type->no_of_guest ?? 0 }} | @if($all_room_type->transactions_count != 0){{ $all_room_type->total_days == 0 ? 1 : $all_room_type->total_days }} | @else0 | @endif{{ $all_room_type->total_price }} | @if(isset($confirmed_room_types[$index])){{ $confirmed_room_types[$index]->transactions_count }} | @endif @if(isset($confirmed_room_types[$index])){{ $confirmed_room_types[$index]->no_of_guest ?? 0 }} | @endif @if(isset($confirmed_room_types[$index])) @if($confirmed_room_types[$index]->transactions_count != 0){{ $confirmed_room_types[$index]->total_days == 0 ? 1 : $confirmed_room_types[$index]->total_days }} | @else0 | @endif @endif @if(isset($confirmed_room_types[$index])){{ $confirmed_room_types[$index]->total_price }} | @endif @if(isset($cancelled_room_types[$index])){{ $cancelled_room_types[$index]->transactions_count ?? 0 }} | @endif @if(isset($cancelled_room_types[$index])){{ $cancelled_room_types[$index]->no_of_guest ?? 0 }} | @endif @if(isset($cancelled_room_types[$index])) @if($cancelled_room_types[$index]->transactions_count != 0){{ $cancelled_room_types[$index]->total_days == 0 ? 1 : $cancelled_room_types[$index]->total_days }} | @else0 | @endif @endif @if(isset($cancelled_room_types[$index])){{ $cancelled_room_types[$index]->total_price }} | @endif @if(isset($pending_room_types[$index])){{ $pending_room_types[$index]->transactions_count ?? 0 }} | @endif @if(isset($pending_room_types[$index])){{ $pending_room_types[$index]->no_of_guest ?? 0 }} | @endif @if(isset($pending_room_types[$index])) @if($pending_room_types[$index]->transactions_count != 0){{ $pending_room_types[$index]->total_days == 0 ? 1 : $pending_room_types[$index]->total_days }} | @else0 | @endif @endif @if(isset($pending_room_types[$index])){{ $pending_room_types[$index]->total_price }} | @endif