diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index 804d0dc..cc870ab 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -54,14 +54,14 @@
-
- + Unverbindlich anfragen @@ -81,18 +81,16 @@ @stop @section('scripts') -@stop +@stop \ No newline at end of file diff --git a/content/master.blade.php b/content/master.blade.php index 0d66f9d..b22cbb9 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -76,9 +76,9 @@
- + - + @@ -148,6 +147,50 @@ @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