PHP Classes

File: examples/views/simpleextend/extendme2.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   examples/views/simpleextend/extendme2.blade.php   Download  
File: examples/views/simpleextend/extendme2.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/simpleextend/extendme2.blade.php
Date: 3 years ago
Size: 117 bytes
 

Contents

Class file image Download
@section('section1')
    <h2>It is the section1</h2>
@show
@section('section2')
    <h2>It is the section2</h2>
@show