@extends('website.layouts.layout') @section('title' , 'News') @section('content')

{{trans('website.articals')}}

@foreach($blogs as $blog)

{{$blog->{'blog_'.currentLang()}->title }}

  • {{$blog->created_at->format('d M Y')}}
@endforeach
{{$blogs->links()}}
@endsection