master
parent
cf87def38f
commit
ec22b5b6db
|
@ -1,4 +1,4 @@
|
|||
@layout('content.master')
|
||||
@layout("content.master")
|
||||
@section('head')
|
||||
<title>{{$content->title}}</title>
|
||||
<style type="text/css">
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue