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