#10 Promotion Modul, Kommentar 2
This commit is contained in:
parent
f0da981737
commit
c9e1545693
128 changed files with 8194 additions and 637 deletions
11
resources/views/web/layouts/layout.blade.php
Normal file
11
resources/views/web/layouts/layout.blade.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@extends('web.layouts.application')
|
||||
|
||||
@section('layout-content')
|
||||
|
||||
@include('web.layouts.includes.layout-header')
|
||||
|
||||
@yield('content')
|
||||
|
||||
@include('web.layouts.includes.layout-footer')
|
||||
|
||||
@endsection
|
||||
Loading…
Add table
Add a link
Reference in a new issue