@extends('front.layouts.master') @section('content')
@if (app()->getLocale() == 'ar')

بحث

@endif @if (app()->getLocale() == 'en')

Search

@endif
@foreach ($categories as $cat) @endforeach

{{ TranslationHelper::translate('price_range', 'site') }}


@if (app()->getLocale() == 'ar')
عرض 1-10 من 50 نتيجة
@endif @if (app()->getLocale() == 'en')
Showing 1-10 of 50 Results
@endif @if (app()->getLocale() == 'ar')
@endif @if (app()->getLocale() == 'en')
@endif
@php $lang =app()->getLocale(); $tanslate =new GoogleTranslate($lang); @endphp @if ($filteredResults->count() > 0) @foreach ($filteredResults as $ad)
{{ TranslationHelper::translate($ad->AdType, 'site') }} @if ($ad->getFirstMediaUrl('ads') != null) ads @else ads @endif
{{ number_format($ad->price,0,'.',',') }} {{ $currency }}

{{$ad->title }}

  • {{ $ad->category->name }}
  • {{ $ad->city->name }}
@endforeach @else

{{ TranslationHelper::translate('No Ads Found', 'site') }}

@endif
{{ $filteredResults->links() }}
@endsection @push('js') @endpush