PHP Classes

File: tests/resources/templates/components/alert.blade.php

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

Contents

Class file image Download
<div class="alert">
    @isset($title)
        <h2>{{ $title }}</h2>
    @endisset
    {{ $slot }}
</div>