PHP Classes

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

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

Contents

Class file image Download
<h1>Testing extend 2</h1>
@extends('simpleextend.extendme2')

@section("section1")
    <h2>section 1 replaced $content=[{{$content}}]</h2>
@endsection()

@section("section2")
    <h2>section 2 replaced $content=[{{$content}}]</h2>
@endsection()