@extends('layouts.site') @section('content') @php /**/ [ $name, $email, $phone, $whatsapp, $google_map_url, $addresss, $facebook, $instagram, $twitter, $youtube, $tiktok, ] = getGeneralSettings(); $slug = 'slug_' . app()->getLocale(); // $slug = 'slug_en'; @endphp @php $lang = app()->getLocale(); $name = 'name_' . $lang; $details = 'details_' . $lang; $description = 'description_' . $lang; $img_alt = 'img_alt_' . $lang; // related_offers @endphp
@stop @section('scripts') @stop