@extends('front.layout.app') @section('title') @stop @section('content') @if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $menu['ar']['view.blogs'] }}@else{{ $menu['en']['view.blogs'] }} @endif الصفحة الرئيسية @if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $menu['ar']['view.blogs'] }}@else{{ $menu['en']['view.blogs'] }} @endif @foreach ($blogs as $blog) {{$blog->created_at->format('y-M-d')}} @if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $blog->title_ar }}@else{{$blog->title}} @endif @if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $blog->sub_title_ar }}@else{{$blog->sub_title}} @endif قراءة المزيد @endforeach {{-- تحميل المزيد من المشاركات --}} @endsection @section('js') @endsection
@if (LaravelLocalization::getCurrentLocale() == 'ar') {{ $blog->sub_title_ar }}@else{{$blog->sub_title}} @endif