From 49bbacd4d124ddd9d9004d48241bf2bede93eab3 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi Date: Mon, 29 Aug 2022 21:16:36 +0200 Subject: [PATCH 1/2] add loca storage scripts --- content/contents/produkt.blade.php | 23 ++++------ content/master.blade.php | 47 +++++++++++++++++++-- content/pages/checkout.blade.php | 68 ++++++++++++++++-------------- 3 files changed, 88 insertions(+), 50 deletions(-) diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index 804d0dc..8dbfb32 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -81,18 +81,13 @@ @stop @section('scripts') -@stop +@stop \ No newline at end of file diff --git a/content/master.blade.php b/content/master.blade.php index 4c2baa8..35e5c6a 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -76,9 +76,9 @@
- + - + @@ -145,6 +144,46 @@ @yield('content') @insert("content.includes.footer") @insert("content.includes.scripts") + @yield('scripts') diff --git a/content/pages/checkout.blade.php b/content/pages/checkout.blade.php index 8d2845e..b9ddcc8 100644 --- a/content/pages/checkout.blade.php +++ b/content/pages/checkout.blade.php @@ -77,44 +77,15 @@
- - - + + @@ -167,3 +138,36 @@ @stop +@section('scripts') + +@stop \ No newline at end of file From 2ad56ec189271b3ab55b8078e6796897c75b19dd Mon Sep 17 00:00:00 2001 From: Gustavo Luigi Date: Mon, 29 Aug 2022 21:24:04 +0200 Subject: [PATCH 2/2] . --- content/contents/produkt.blade.php | 13 ++++++++----- content/master.blade.php | 4 ++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index 8dbfb32..cc870ab 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -54,14 +54,14 @@
-
- + Unverbindlich anfragen @@ -83,11 +83,14 @@ @stop \ No newline at end of file diff --git a/content/master.blade.php b/content/master.blade.php index 35e5c6a..a5c25cd 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -147,6 +147,10 @@