PHP Classes

File: tests/resources/templates/extends/child_section.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   tests/resources/templates/extends/child_section.blade.php   Download  
File: tests/resources/templates/extends/child_section.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 tests/resources/templates/extends/child_section.blade.php
Date: 3 years ago
Size: 93 bytes
 

Contents

Class file image Download
@extends('extends.base')

@section('from_child')
    From Child({{$globalme}})...
@endsection