From 52de30afac30ae7c75b077e99efc4879ebb53a86 Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Wed, 14 Oct 2020 15:51:24 +0200 Subject: [PATCH] templates --- src/resources/views/public/past.blade.php | 19 ++++++++++++++++--- src/resources/views/public/show.blade.php | 8 ++++---- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/src/resources/views/public/past.blade.php b/src/resources/views/public/past.blade.php index fd6e317..6e4e153 100644 --- a/src/resources/views/public/past.blade.php +++ b/src/resources/views/public/past.blade.php @@ -1,12 +1,23 @@ -@extends('core::public.master') +@extends('pages::public.master') @section('bodyClass', 'body-events body-events-index body-page body-page-'.$page->id) -@section('content') +@section('page-header') +@endsection + +@section('page') -
+ + +
+ +
@includeWhen($models->count() > 0, 'events::public._list', ['items' => $models]) @@ -18,4 +29,6 @@
+
+ @endsection diff --git a/src/resources/views/public/show.blade.php b/src/resources/views/public/show.blade.php index b420c5e..6439719 100644 --- a/src/resources/views/public/show.blade.php +++ b/src/resources/views/public/show.blade.php @@ -8,10 +8,10 @@ @section('content') -
-
-
-
+
+
+
+
@include('core::public._items-navigator', ['module' => 'Events', 'model' => $model])

{{ $model->title }}