@extends('front.layouts.master') @section('content')

Featured Ads

@foreach ($Featured_ads as $ad)
{{ $ad->AdType }} @if ($ad->getFirstMediaUrl('ads') != null) ads @endif
@if(app()->getLocale() == 'ar') {{intval($ad->price) }}د.أ @endif @if(app()->getLocale() == 'en') {{ $ad->price }} AED @endif

{{ $ad->title }}

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