17 Nov - Static Sites to laravel
This commit is contained in:
parent
610aa1e202
commit
5ff57a21a7
3661 changed files with 569001 additions and 771 deletions
23
resources/views/web/layouts/layout.blade.php
Normal file
23
resources/views/web/layouts/layout.blade.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
@extends('web.layouts.application')
|
||||
|
||||
@section('layout-content')
|
||||
|
||||
@include('web.layouts.includes.header')
|
||||
|
||||
<!-- wrapper -->
|
||||
<div id="wrapper">
|
||||
|
||||
|
||||
|
||||
@yield('content')
|
||||
|
||||
|
||||
|
||||
<!-- /FOOTER -->
|
||||
@include('web.layouts.includes.footer')
|
||||
|
||||
|
||||
</div>
|
||||
<!-- /wrapper -->
|
||||
|
||||
@endsection
|
||||
Loading…
Add table
Add a link
Reference in a new issue