@extends('frontend.layouts.master2') @section('title') {{ __('header.news_title') }} @endsection @section('main-content')

Blog

Home Blog
@if($posts) @foreach($posts as $post) @endforeach @endif
@endsection