From 49bbacd4d124ddd9d9004d48241bf2bede93eab3 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi Date: Mon, 29 Aug 2022 21:16:36 +0200 Subject: [PATCH] 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