@extends('website.layouts.layout') @section('title' , 'News') @section('content') {{trans('website.articals')}} {{trans('website.home')}} {{trans('website.articalsTitle')}} @foreach($blogs as $blog) {{$blog->{'blog_'.currentLang()}->title }} {{$blog->created_at->format('d M Y')}} @endforeach {{$blogs->links()}} @endsection