PHP Classes

File: resources/views/admin/sections/top.blade.php

Recommend this page to a friend!
  Classes of Nahidul Hasan   Gentelella Laravel User Management and CRUD System   resources/views/admin/sections/top.blade.php   Download  
File: resources/views/admin/sections/top.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Gentelella Laravel User Management and CRUD System
User administration for Laravel applications
Author: By
Last change:
Date: 1 year ago
Size: 1,470 bytes
 

Contents

Class file image Download
<div class="row top_tiles" style="margin: 10px 0;">
    <div class="col-md-3 col-sm-3 col-xs-6 tile">
        <span>Total Sessions</span>
        <h2>231,809</h2>
        <span class="sparkline_one" style="height: 160px;">
                      <canvas width="200" height="60" style="display: inline-block; vertical-align: top; width: 94px; height: 30px;"></canvas>
                  </span>
    </div>
    <div class="col-md-3 col-sm-3 col-xs-6 tile">
        <span>Total Revenue</span>
        <h2>$ 231,809</h2>
        <span class="sparkline_one" style="height: 160px;">
                      <canvas width="200" height="60" style="display: inline-block; vertical-align: top; width: 94px; height: 30px;"></canvas>
                  </span>
    </div>
    <div class="col-md-3 col-sm-3 col-xs-6 tile">
        <span>Total Sessions</span>
        <h2>231,809</h2>
        <span class="sparkline_two" style="height: 160px;">
                      <canvas width="200" height="60" style="display: inline-block; vertical-align: top; width: 94px; height: 30px;"></canvas>
                  </span>
    </div>
    <div class="col-md-3 col-sm-3 col-xs-6 tile">
        <span>Total Sessions</span>
        <h2>231,809</h2>
        <span class="sparkline_one" style="height: 160px;">
                      <canvas width="200" height="60" style="display: inline-block; vertical-align: top; width: 94px; height: 30px;"></canvas>
                  </span>
    </div>
</div>
<br />