@extends('frontend.layouts.master') @section('title') News @endsection @section('main-content')
@if($posts) @foreach($posts as $post)
@endforeach @endif
@endsection