@extends('layouts.main') @section('title', $title) @section('meta') @foreach($meta as $tag) @endforeach @stop @section('content') Our Blog Enjoy reading interesting articles! @if (count($rows) === 0) No news found @endif @foreach($rows as $row) @endforeach @stop