1 2 3 4 5 6 7 8 9 10
@extends('_layouts.master') @section('article') <ol> @foreach ($page->posts($posts) as $post) @include('_partials.postStub') @endforeach </ol> @endsection