@lang('site.id number')({{ $book->aqar->id }})
{{ round($book->aqar->aqarReview2()) }}
{{ $book->aqar->aqarComment->count() ?? 0 }}
@lang('site.comments')
{{ $book->aqar->name ?? '' }}
{{ $book->aqar->country->name ?? '' }},{{ $book->aqar->city->name ?? '' }}
{!! html_entity_decode(substr($book->aqar->description, 0, 125)) !!}
@lang('site.price_day'):
{{ $book->total_price ? $book->total_price . ' ' . ($book->aqar->country->currency_ar ?? '') : '' }}
@lang('site.Reservation deposit'):
{{ $book->fixed_price ? $book->fixed_price . ' ' . ($book->aqar->country->currency_ar ?? '') : '' }}
{{-- Print the booking object for debugging --}}
{{-- {{ dd($book->bookingStatus->id )}} --}}
@lang('site.booking_status'):
@if ($book->bookingStatus->id == 1)
@elseif($book->bookingStatus->id == 2)
@elseif($book->bookingStatus->id == 3)
@elseif($book->bookingStatus->id == 4)
@elseif($book->bookingStatus->id == 5)
@else
@endif
{{ $book->bookingStatus->status ?? '' }}