2017-08-26 16:41:33 +02:00
|
|
|
@extends('simple-layout')
|
|
|
|
|
|
|
|
@section('body')
|
|
|
|
<div class="container small">
|
|
|
|
<p> </p>
|
|
|
|
<div class="card">
|
|
|
|
<h3>{{ $title }}</h3>
|
|
|
|
@include('partials/entity-list', ['entities' => $pages, 'style' => 'detailed'])
|
|
|
|
<div class="body text-center">
|
2016-02-20 19:51:01 +01:00
|
|
|
{!! $pages->links() !!}
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-08-26 16:41:33 +02:00
|
|
|
|
2016-02-20 19:51:01 +01:00
|
|
|
</div>
|
|
|
|
@stop
|