PHP Classes

File: examples/views/TestComponent/alert.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   examples/views/TestComponent/alert.blade.php   Download  
File: examples/views/TestComponent/alert.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.48 see changelog.
Date: 3 years ago
Size: 267 bytes
 

Contents

Class file image Download
<div class="alert alert-danger" style="background-color: {!! $color !!}; padding-left: 100px;border: black 1px solid">
    <div>title:{!! $title !!}</div>
    <div>myglobal:{!! $myglobal !!}</div>
    {!! $slot !!}
    <div>end title:{!! $title !!}</div>
</div>
<br>