4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5 <title>{{ $page->name }}</title>
13 <div class="container" id="page-show">
15 <div class="col-md-8 col-md-offset-2">
16 <div class="page-content">
18 @include('pages/page-display')
22 <p class="text-muted small">
23 Created {{$page->created_at->toDayDateTimeString()}} @if($page->createdBy) by {{$page->createdBy->name}} @endif
25 Last Updated {{$page->updated_at->toDayDateTimeString()}} @if($page->updatedBy) by {{$page->updatedBy->name}} @endif