@extends('layout') @section('css') @stop @section('content')

Latest news

@foreach($posts as $vblog) @endforeach
{{$posts->render()}}
@include('partials.sidebar')
@stop