@php use Illuminate\Support\Str; try { $detectedLanguageCode = detectAdOriginalLanguage($advertismentObject); $originalLanguage = isset($advertismentObject->getCreatedBy->languageList()[$detectedLanguageCode]) ? $advertismentObject->getCreatedBy->languageList()[$detectedLanguageCode] : 'English'; $target = "en"; // $target = session("locale"); } catch (\Exception $e) { $originalLanguage = 'English'; } $filesForReport = []; $filesForReportCounts = 0; if(isset($isFormReport) && $isFormReport == true){ $filesForReport = $advertismentObject->filesWithTrashed()->get(); $filesForReportCounts = count($filesForReport); } // For the Admin Ads section. $fileForAds = []; $fileCountsForAds = 0; if(isset($isApprovedValue) && $isApprovedValue == 3){ $fileForAds = $advertismentObject->filesWithTrashed; $fileCountsForAds = $advertismentObject->files_with_trashed_count; }else{ $fileForAds = $advertismentObject->files; $fileCountsForAds = $advertismentObject->files_count; } @endphp {{--
--}}

{{ __('detail.This Ad is published in') }} {{ $originalLanguage }} ({{__("words.Original language")}})

{{ __('detail.Show Ad in') }} {{ $originalLanguage }} or @php $list = \App\Models\User::countryListWithLanguage(); $default = $defaultTarget; @endphp

{{ $advertismentObject->price_with_currency }}
{{ __('words.(Fixed Price)') }}

@if (!empty($advertismentObject->is_accept_fiat)) @endif

{{ $advertismentObject->unique_id }}

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->car)) @include('advertisment.partials.cars.tag') @endif @if (!empty($advertismentObject->carVehicles)) @include('advertisment.partials.cars-vehicles.tag') @endif @if (!empty($advertismentObject->boat)) @include('advertisment.partials.boats.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->businessIndustrial)) @include('advertisment.partials.business-industrial.tag') @endif @if (!empty($advertismentObject->others)) @include('advertisment.partials.others.tag') @endif @if (empty($advertismentObject->excursionVacation) && empty($advertismentObject->thingsToDo) && empty($advertismentObject->rentalCars) )
...

Location

{{ $advertismentObject->getAdvertismentAddress() }}

@endif
...

Posting date

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

@if(!empty($advertismentObject->getAdvertismentVideo))
@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->caravans)) @include('advertisment.partials.caravans.caravansDetail') @endif @if (!empty($advertismentObject->electronic)) @include('advertisment.partials.electronics.detail') @endif @if (!empty($advertismentObject->sports)) @include('advertisment.partials.sportsActivities.detail') @endif @if (!empty($advertismentObject->boat)) @include('advertisment.partials.boats.detail') @endif @if (!empty($advertismentObject->booksMoviesMusic)) @include('advertisment.partials.book-music-movies.detail') @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
Description

@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->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