@extends('frontend.layouts.master') @section('title') {{ __('header.news_title') }} @endsection @section('main-content')
@if($posts) @foreach($posts as $post) @endforeach @endif
@endsection