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