@extends('website.spa.layouts.index') @section('content') @if ($advertisement_locations->isNotEmpty()) @foreach ($advertisement_locations as $location) $location->advertisement->url]) href="{{ $location->advertisement->url ?? 'javascript:void(0)' }}" @if($location->advertisement->url) target="_blank" @endif ar-image="{{ uploads($location->advertisement->getTranslation('image','ar')) }}" en-image="{{ uploads($location->advertisement->getTranslation('image','en')) }}" data-id="{{$location->id}}"> @endforeach @endif @if ($room) {{ $room->title }} @endif @foreach ($spa->sections as $section) {{ $section->title }} @endforeach @foreach ($spa->sections as $section) {{ $section->title }} @foreach ($section->sitems as $sitem) @if (in_array(strtolower(pathinfo($sitem->media, PATHINFO_EXTENSION)),['gif','jpg','jpeg','png','jfif','webp'])) @else @endif {{ $sitem->title }} @if ($sitem->tag_id) {{ $sitem->tag->title }} @endif {!! $sitem->description ?: __('global.no_description') !!} @if ($sitem->price == 0) @elseif ($sitem->offer) {{ $sitem->price }} {{ $sitem->offer_price }} SAR @else {{ $sitem->offer_price }} SAR @endif @if (!$order) @if ($spa->settings->orders->is_active) @else @endif @endif @endforeach @endforeach @lang('global.add_from_menu_options')
00:59