From 4099f1d9628dce44bd8395d8885816213758f810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Sun, 28 Jun 2020 03:16:48 +0200 Subject: [PATCH] MAPG-181 add new layout type (minimal) --- views/templates/layout_minimal.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 views/templates/layout_minimal.php diff --git a/views/templates/layout_minimal.php b/views/templates/layout_minimal.php new file mode 100644 index 0000000..62cec7d --- /dev/null +++ b/views/templates/layout_minimal.php @@ -0,0 +1,13 @@ +@extends('templates/mapguesser') + +@section('content') +
+

+ +

+
+
+@yields('main') +
+@endsection