PHP Classes

File: src/resources/views/elements/widgets/card-pricing-plain.blade.php

Recommend this page to a friend!
  Classes of Roman Kozin   Laravel Material Dashboard Pro   src/resources/views/elements/widgets/card-pricing-plain.blade.php   Download  
File: src/resources/views/elements/widgets/card-pricing-plain.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel Material Dashboard Pro
Integrate the Material Dashboard Pro in Laravel
Author: By
Last change:
Date: 3 days ago
Size: 425 bytes
 

Contents

Class file image Download
<div class="card card-pricing card-plain">
    <div class="card-body">
        <h6 class="card-category">{{ $category }}</h6>
        <div class="card-icon">
            {!! $icon !!}
        </div>
        <h3 class="card-title">{{ $title }}</h3>
        <p class="card-description">
            {!! $slot !!}
        </p>
        <a href="{{ $link }}" class="btn {{ $btnClasses }}">{{ $actionButton }}</a>
    </div>
</div>