@extends('layouts.site') @section('content') @php $lang = app()->getLocale(); $name = 'name_' . $lang; $details = 'details_' . $lang; $description = 'description_' . $lang; $img_alt = 'img_alt_' . $lang; $slug = 'slug_' . $lang; // $slug = 'slug_en'; @endphp @php /**/ [ $name1, $email, $phone, $whatsapp, $google_map_url, $addresss, $facebook, $instagram, $twitter, $youtube, $tiktok, $snapchat, ] = getGeneralSettings(); @endphp
@if ($posts && $posts->count() > 0) @foreach ($posts as $post) @endforeach @endif
@stop @section('scripts') @stop