@if (!empty($aquars)) @foreach ($aquars as $aquar)
@if (!empty($aquar->main_image)) {{-- @php $imag = explode(',',$aquar->images); @endphp --}} {{-- @foreach (explode(',', $aquar->images) as $img) --}}
@if (!empty(auth()->user())) @else @endif image 1
{{-- @endforeach --}} @else
@if (!empty(auth()->user())) @endif image 1
@if (!empty(auth()->user())) @endif image 1
@endif
{{-- --}}
@lang('site.id number')({{ $aquar->id }})
{{ round($aquar->aqarReview2()) }}
@lang('site.comments') {{ $aquar->aqarComment->count() }}

{!! strip_tags(html_entity_decode($aquar->name ?? '')) !!}

{{ $aquar->country->name ?? '' }} , {{ $aquar->city->name ?? '' }} {!! strip_tags(html_entity_decode($aquar->address ?? '')) !!}
{!! strip_tags(html_entity_decode($aquar->description ?? '')) !!} {{-- {!! html_entity_decode(substr($aquar->description, 0, 125)) !!} --}}
@lang('site.price'): {{ $aquar->fixed_price ? $aquar->fixed_price . ' ' . ($aqar->country->currency_ar ?? '') : '' }}
@endforeach @endif @if ((count($aquars) == 0) || (empty($aquars)) )

@lang('site.no_search_result')

@endif @if ($aquars->hasPages()) {{-- @php $links = []; for ($page = 1; $page <= $aquars->lastPage(); $page++) { $links[$page] = url('/ar/dashboard/SearchplacesDashboard?'.$q.'page='.$page); } @endphp --}}
@else
@endif