PHP Classes

File: tests/templates/auto/card.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   ???   Download  
File: tests/templates/auto/???
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: BladeOne
Standalone template engine that compiles into PHP
Author: By
Last change:
Date: 27 days ago
Size: 259 bytes
 

Contents

Class file image Download
<div class="card" style="width: 18rem;">
    <div class="card-body">
        <h5 class="card-title">{{$value['title']}}</h5>
        <p class="card-text">{{$value['content']}}</p>
        <a href="#" class="btn btn-primary">Go somewhere</a>
    </div>
</div>