{{ __('detail.Overview') }}

@if (!empty($advertismentObject->business)) @include('advertisment.partials.business.tag') @endif @if (!empty($advertismentObject->crypto)) @include('advertisment.partials.crypto.tag') @endif @if (!empty($advertismentObject->property)) @include('advertisment.partials.property.tag') @endif @if (!empty($advertismentObject->carVehicles)) @include('advertisment.partials.cars-vehicles.tag') @endif @if (!empty($advertismentObject->caravans)) @include('advertisment.partials.caravans.tag') @endif @if (!empty($advertismentObject->electronic)) @include('advertisment.partials.electronics.tag') @endif @if (!empty($advertismentObject->sports)) @include('advertisment.partials.sportsActivities.tag') @endif @if (!empty($advertismentObject->booksMoviesMusic)) @include('advertisment.partials.book-music-movies.tag') @endif @if (!empty($advertismentObject->homeGarden)) @include('advertisment.partials.home-garden.tag') @endif @if (!empty($advertismentObject->healthBeauty)) @include('advertisment.partials.health-beauty.tag') @endif @if (!empty($advertismentObject->foodBeverage)) @include('advertisment.partials.food-beverages.tag') @endif @if (!empty($advertismentObject->baby)) @include('advertisment.partials.baby.tag') @endif @if (!empty($advertismentObject->toyGames)) @include('advertisment.partials.toys-games.tag') @endif @if (!empty($advertismentObject->petsAnimals)) @include('advertisment.partials.pets-animals.tag') @endif @if (!empty($advertismentObject->clothFashion)) @include('advertisment.partials.clothing-fashion.tag') @endif @if (!empty($advertismentObject->watchJewelry)) @include('advertisment.partials.watch.tag') @endif @if (!empty($advertismentObject->excursionVacation)) @include('advertisment.partials.excursion-vacations.tag') @endif @if (!empty($advertismentObject->thingsToDo)) @include('advertisment.partials.things-to-do.tag') @endif @if (!empty($advertismentObject->rentalCars)) @include('advertisment.partials.rental-cars.tag') @endif @if (!empty($advertismentObject->services)) @include('advertisment.partials.services.tag') @endif @if (!empty($advertismentObject->businessIndustrial)) @include('advertisment.partials.business-industrial.tag') @endif @if (!empty($advertismentObject->others)) @include('advertisment.partials.others.tag') @endif @if (!empty($advertismentObject->car))
...

Brand & Model

@php $brandTitle = $advertismentObject->car->brand_title . ', ' . $advertismentObject->car->model_title; @endphp {{ $brandTitle }}

...

Conditional

{{ $advertismentObject->car->getConditional() }}

@endif @if (!empty($advertismentObject->boat)) @include('advertisment.partials.boats.tag') @endif @if (empty($advertismentObject->excursionVacation) && empty($advertismentObject->thingsToDo) && empty($advertismentObject->rentalCars) )
...

{{ __('detail.Location') }}

{{-- {{$advertismentObject->address}} --}} {{ $advertismentObject->getTranslatedAddress('address') }}

@endif
...

{{ __('detail.Posting date') }}

{{ !empty($advertismentObject->published_at) ? date('M-d-Y', strtotime($advertismentObject->published_at)) : 'Aug-30-2022' }}

@if(!empty($advertismentObject->getAdvertismentVideo)) @if((Route::currentRouteName() == 'ad.preview' || $advertismentObject->getAdvertismentVideo->status == \App\Models\AdvertismentsYoutubeVideo::VIDEO_APPROVED)) @endif @endif
@if (!empty($advertismentObject->websiteDomain)) @include('advertisment.partials.website-domains.detail') @endif @if (!empty($advertismentObject->car)) @include('advertisment.partials.cars.carDetail') @endif @if(!empty($advertismentObject->carVehicles)) @include('advertisment.partials.cars-vehicles.detail') @endif @if (!empty($advertismentObject->property)) @include('advertisment.partials.property.detail') @endif @if (!empty($advertismentObject->electronic)) @include('advertisment.partials.electronics.detail') @endif @if (!empty($advertismentObject->sports)) @include('advertisment.partials.sportsActivities.detail') @endif @if (!empty($advertismentObject->booksMoviesMusic)) @include('advertisment.partials.book-music-movies.detail') @endif {{-- @if (!empty($advertismentObject->sports)) @include('advertisment.partials.sportsActivities.keywords') @endif --}} @if (!empty($advertismentObject->boat)) @include('advertisment.partials.boats.detail') @endif @if (!empty($advertismentObject->caravans)) @include('advertisment.partials.caravans.caravansDetail') @endif {{-- @if (!empty($advertismentObject->caravans)) @include('advertisment.partials.caravans.feature') @endif --}} @if (!empty($advertismentObject->homeGarden)) @include('advertisment.partials.home-garden.detail') @endif @if (!empty($advertismentObject->healthBeauty)) @include('advertisment.partials.health-beauty.detail') @endif @if (!empty($advertismentObject->foodBeverage)) @include('advertisment.partials.food-beverages.detail') @endif @if (!empty($advertismentObject->baby)) @include('advertisment.partials.baby.detail') @endif @if (!empty($advertismentObject->toyGames)) @include('advertisment.partials.toys-games.detail') @endif @if (!empty($advertismentObject->petsAnimals)) @include('advertisment.partials.pets-animals.detail') @endif @if (!empty($advertismentObject->clothFashion)) @include('advertisment.partials.clothing-fashion.detail') @endif @if (!empty($advertismentObject->watchJewelry)) @include('advertisment.partials.watch.detail') @endif @if (!empty($advertismentObject->excursionVacation)) @include('advertisment.partials.excursion-vacations.detail') @endif @if (!empty($advertismentObject->thingsToDo)) @include('advertisment.partials.things-to-do.detail') @endif @if (!empty($advertismentObject->rentalCars)) @include('advertisment.partials.rental-cars.detail') @endif @if (!empty($advertismentObject->services)) @include('advertisment.partials.services.detail') @endif @if (!empty($advertismentObject->jobs)) @include('advertisment.partials.jobs.detail') @endif @if (!empty($advertismentObject->businessIndustrial)) @include('advertisment.partials.business-industrial.detail') @endif @if (!empty($advertismentObject->others)) @include('advertisment.partials.others.detail') @endif
{{ __('detail.Description') }}

@php echo nl2br($advertismentObject->description); @endphp

{{-- {{dd($slug)}} --}} @if ($slug == 'buy') @if (!empty($advertismentObject->crypto)) @include('advertisment.partials.crypto.keywords') @endif @if (!empty($advertismentObject->business)) @include('advertisment.partials.business.keywords') @endif @if (!empty($advertismentObject->property)) @include('advertisment.partials.property.moreoptions') @endif @if (!empty($advertismentObject->property)) @include('advertisment.partials.property.keywords') @endif @if(!empty($advertismentObject->websiteDomain)) @include('advertisment.partials.website-domains.keywords') @endif @if (!empty($advertismentObject->car)) @include('advertisment.partials.cars.feature') @endif @if(!empty($advertismentObject->carVehicles)) @include('advertisment.partials.cars-vehicles.feature') @endif @if (!empty($advertismentObject->boat)) @include('advertisment.partials.boats.feature') @endif @if (!empty($advertismentObject->caravans)) @include('advertisment.partials.caravans.feature') @endif @if (!empty($advertismentObject->electronic)) @include('advertisment.partials.electronics.keywords') @endif @if (!empty($advertismentObject->sports)) @include('advertisment.partials.sportsActivities.keywords') @endif @if (!empty($advertismentObject->booksMoviesMusic)) @include('advertisment.partials.book-music-movies.keywords') @endif @if (!empty($advertismentObject->homeGarden)) @include('advertisment.partials.home-garden.keywords') @endif @if (!empty($advertismentObject->healthBeauty)) @include('advertisment.partials.health-beauty.keywords') @endif @if (!empty($advertismentObject->foodBeverage)) @include('advertisment.partials.food-beverages.keywords') @endif @if (!empty($advertismentObject->baby)) @include('advertisment.partials.baby.keywords') @endif @if (!empty($advertismentObject->toyGames)) @include('advertisment.partials.toys-games.keywords') @endif @if (!empty($advertismentObject->petsAnimals)) @include('advertisment.partials.pets-animals.keywords') @endif @if (!empty($advertismentObject->clothFashion)) @include('advertisment.partials.clothing-fashion.keywords') @endif @if (!empty($advertismentObject->watchJewelry)) @include('advertisment.partials.watch.keywords') @endif @if (!empty($advertismentObject->services)) @include('advertisment.partials.services.keywords') @endif @if (!empty($advertismentObject->excursionVacation)) @include('advertisment.partials.excursion-vacations.keywords') @endif @if (!empty($advertismentObject->thingsToDo)) @include('advertisment.partials.things-to-do.keywords') @endif @if (!empty($advertismentObject->rentalCars)) @include('advertisment.partials.rental-cars.keywords') @endif @if (!empty($advertismentObject->jobs)) @include('advertisment.partials.jobs.keywords') @endif @if (!empty($advertismentObject->businessIndustrial)) @include('advertisment.partials.business-industrial.keywords') @endif @endif