@foreach ($all_room_types as $index => $all_room_type) @if($all_room_type->transactions_count != 0) @else @endif @if(isset($confirmed_room_types[$index])) @endif @if(isset($confirmed_room_types[$index])) @endif @if(isset($confirmed_room_types[$index])) @if($confirmed_room_types[$index]->transactions_count != 0) @else @endif @endif @if(isset($confirmed_room_types[$index])) @endif @if(isset($cancelled_room_types[$index])) @endif @if(isset($cancelled_room_types[$index])) @endif @if(isset($cancelled_room_types[$index])) @if($cancelled_room_types[$index]->transactions_count != 0) @else @endif @endif @if(isset($cancelled_room_types[$index])) @endif @if(isset($pending_room_types[$index])) @endif @if(isset($pending_room_types[$index])) @endif @if(isset($pending_room_types[$index])) @if($pending_room_types[$index]->transactions_count != 0) @else @endif @endif @if(isset($pending_room_types[$index])) @endif @endforeach
@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 }} {{ $all_room_type->total_days == 0 ? 1 : $all_room_type->total_days }} 0 {{ $transactionUtil->num_f($all_room_type->total_price, true, $business) }}{{ $confirmed_room_types[$index]->transactions_count }}{{ $confirmed_room_types[$index]->no_of_guest ?? 0 }} {{ $confirmed_room_types[$index]->total_days == 0 ? 1 : $confirmed_room_types[$index]->total_days }} 0 {{ $transactionUtil->num_f($confirmed_room_types[$index]->total_price, true, $business) }} {{ $cancelled_room_types[$index]->transactions_count ?? 0 }}{{ $cancelled_room_types[$index]->no_of_guest ?? 0 }} {{ $cancelled_room_types[$index]->total_days == 0 ? 1 : $cancelled_room_types[$index]->total_days }} 0 {{ $transactionUtil->num_f($cancelled_room_types[$index]->total_price, true, $business) }} {{ $pending_room_types[$index]->transactions_count ?? 0 }}{{ $pending_room_types[$index]->no_of_guest ?? 0 }} {{ $pending_room_types[$index]->total_days == 0 ? 1 : $pending_room_types[$index]->total_days }} 0 {{ $transactionUtil->num_f($pending_room_types[$index]->total_price, true, $business) }}