13 lines
188 B
PHP
13 lines
188 B
PHP
@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 |