Aufgabe 7
This commit is contained in:
13
M4/emensa/views/examples/pages/m4_7d_page_1.blade.php
Normal file
13
M4/emensa/views/examples/pages/m4_7d_page_1.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
@extends(".layouts.m4_7d_layout",['title' => "Page 1"])
|
||||
|
||||
@section("header")
|
||||
|
||||
@endsection
|
||||
|
||||
@section("body")
|
||||
<p>Page 1</p>
|
||||
@endsection
|
||||
|
||||
@section("footer")
|
||||
<p>Footer of Page 1</p>
|
||||
@endsection
|
||||
13
M4/emensa/views/examples/pages/m4_7d_page_2.blade.php
Normal file
13
M4/emensa/views/examples/pages/m4_7d_page_2.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
@extends(".layouts.m4_7d_layout",['title' => "Page 2"])
|
||||
|
||||
@section("header")
|
||||
|
||||
@endsection
|
||||
|
||||
@section("body")
|
||||
<p>Page 2</p>
|
||||
@endsection
|
||||
|
||||
@section("footer")
|
||||
<p>Footer of Page 2</p>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user