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