@extends('front.layouts.layout') @section('meta_title'){{ $index_meta->{'title_' . App::getLocale()} }}@stop @section('meta_description'){{ $index_meta->{'description_' . App::getLocale()} }}@stop @section('meta_keywords') {{ $index_meta->{'kewords_' . App::getLocale()} }} @stop @section('meta') @endsection @section('content')



@forelse ($blogs as $key => $blog)
{{ $blog->{'label_' . App::getLocale()} }}
{{ date('Y-m-d', strtotime($blog->blog_date)) }}

{{ $blog->{'title_' . App::getLocale()} }}

{!! trunc($blog->{'description_' . App::getLocale()}, 70) !!}




@empty @endforelse {{ $blogs->links() }}
@endsection @section('modal') @endsection @section('script') @endsection