first init
This commit is contained in:
18
resources/views/layouts/base.blade.php
Executable file
18
resources/views/layouts/base.blade.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html @yield('html-attribute')>
|
||||
|
||||
<head>
|
||||
@include('layouts.partials/title-meta')
|
||||
|
||||
@include('layouts.partials/head-css')
|
||||
</head>
|
||||
|
||||
<body @yield('body-attribuet')>
|
||||
|
||||
@yield('content')
|
||||
|
||||
@include('layouts.partials/vendor-scripts')
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user