@lang('site.id number')({{ $book->aqar->id }})
{{ $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'):
{{ $book->aqar->fixed_price ?? 0 }}
@lang('site.Reservation deposit'):
{{ $book->aqar->fixed_price ?? 0 }}
@lang('site.booking_status'):
{{ $book->bookingStatus->status ?? '' }}