Gustavo Luigi 2022-08-25 20:40:14 +02:00
parent cf87def38f
commit ec22b5b6db
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
@layout('content.master')
@layout("content.master")
@section('head')
<title>{{$content->title}}</title>
<style type="text/css">

View File

@ -62,8 +62,8 @@
</div>
</div>
@yield('content')
@incorporate("content.includes.footer")
@incorporate("content.includes.scripts")
@insert("content.includes.footer")
@insert("content.includes.scripts")
@yield('scripts')
</body>
</html>