PHP Classes

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

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   examples/views/Test/hello2.blade.php   Download  
File: examples/views/Test/hello2.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: 3.44.1 if the view file is not found then it shows the full path.
Date: 3 years ago
Size: 391 bytes
 

Contents

Class file image Download
@extends('Shared.newlayout')

@section('content')
    <div style="background-color: rosybrown">
    {{$other}} {{$v1}}
    <br>IT IS THE SECTION CONTENT<br>
    <br>
    <br>
    <br>END OF THE SECTION CONTENT
    </div>
@stop


@section('footer')
    <div style="background-color: darkred">
   IT IS THE SECTION FOOTER<br>
   <br>
   <br>
   <br>END OF THE SECTION FOOTER
    </div>
@stop