From 718375aaedb7fcdd206da477dbe9e4aaeebc83d5 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 19 Jun 2019 14:31:00 -0600 Subject: [PATCH] Update admin pages view --- resources/views/admin/pages/home.blade.php | 52 ++++++++++++++++++++-- 1 file changed, 48 insertions(+), 4 deletions(-) diff --git a/resources/views/admin/pages/home.blade.php b/resources/views/admin/pages/home.blade.php index 9bd2b9a93..dc597d413 100644 --- a/resources/views/admin/pages/home.blade.php +++ b/resources/views/admin/pages/home.blade.php @@ -8,10 +8,11 @@

Set custom page content


-

+ {{--

Feature Unavailable: This feature will be released in a future version. -

- {{--
+

--}} + @if($pages->count()) +
@@ -45,5 +46,48 @@
{{$pages->links()}} -
--}} + +
+
+
+ @csrf + + + +
+ @csrf + + + +
+ @csrf + + + +
+ @else +
+
+

No custom pages found

+
+
+
+
+
+ @csrf + + + +
+ @csrf + + + +
+ @csrf + + + +
+ @endif @endsection \ No newline at end of file