@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 {{ app()->getLocale() == 'ar' ? 'الوحدات ' : 'Units' }} {{ __('Home') }} {{ app()->getLocale() == 'ar' ? 'الوحدات ' : 'Units' }} @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) {{ $post->$name }} {{ $post->$img_alt ?? 'blog img' }}" {{ app()->getLocale() == 'ar' ? 'المزيد' : 'Read More' }} {{ app()->getLocale() == 'ar' ? 'واتساب' : 'WhatsApp' }} @endforeach @endif @stop @section('scripts') @stop
{{ $post->$img_alt ?? 'blog img' }}"