@extends('principal::master') @section('title') Blog @stop @section('content')

Blog

@foreach($news as $new)

{{ $new->title }}

{{ $new->humanDate }}

{{ $new->intro_text }}

Leer Más
@endforeach {{ $news->links() }}
@stop