PHP Classes

File: examples/views/Test/masterappend.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   examples/views/Test/masterappend.blade.php   Download  
File: examples/views/Test/masterappend.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BladeOne
Standalone template engine that compiles into PHP
Author: By
Last change: Update of examples/views/Test/masterappend.blade.php
Date: 3 years ago
Size: 278 bytes
 

Contents

Class file image Download
<hr>
<h1>v2 it is the header</h1>
<hr>
<hr>sidebar
@section('sidebar')
    <b style="background-color: cadetblue"> its the parent of the siderbar</b>
@show
<hr>content
@section('content')
    <b style="background-color: cadetblue"> its the parent of the siderbar2</b>
@show
<hr>