PHP Classes

File: resources/views/backend/layouts/partials/header-notifications.blade.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   LaraCMS   resources/views/backend/layouts/partials/header-notifications.blade.php   Download  
File: resources/views/backend/layouts/partials/header-notifications.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: LaraCMS
Content management system based on Laravel
Author: By
Last change:
Date: 1 year ago
Size: 2,539 bytes
 

Contents

Class file image Download
<ul class="list-style-none">
    <li>
        <div class="drop-title bg-primary text-white">
            <h4 class="m-b-0 m-t-5">4 New</h4>
            <span class="font-light">Notifications</span>
        </div>
    </li>
    <li>
        <div class="message-center notifications">
            <!-- Message -->
            <a href="javascript:void(0)" class="message-item">
                <span class="btn btn-danger btn-circle">
                    <i class="fa fa-link"></i>
                </span>
                <div class="mail-contnet">
                    <h5 class="message-title">Luanch Admin</h5>
                    <span class="mail-desc">Just see the my new admin!</span>
                    <span class="time">9:30 AM</span>
                </div>
            </a>
            <!-- Message -->
            <a href="javascript:void(0)" class="message-item">
                <span class="btn btn-success btn-circle">
                    <i class="ti-calendar"></i>
                </span>
                <div class="mail-contnet">
                    <h5 class="message-title">Event today</h5>
                    <span class="mail-desc">Just a reminder that you have event</span>
                    <span class="time">9:10 AM</span>
                </div>
            </a>
            <!-- Message -->
            <a href="javascript:void(0)" class="message-item">
                <span class="btn btn-info btn-circle">
                    <i class="ti-settings"></i>
                </span>
                <div class="mail-contnet">
                    <h5 class="message-title">Settings</h5>
                    <span class="mail-desc">You can customize this template as you want</span>
                    <span class="time">9:08 AM</span>
                </div>
            </a>
            <!-- Message -->
            <a href="javascript:void(0)" class="message-item">
                <span class="btn btn-primary btn-circle">
                    <i class="ti-user"></i>
                </span>
                <div class="mail-contnet">
                    <h5 class="message-title">Pavan kumar</h5>
                    <span class="mail-desc">Just see the my admin!</span>
                    <span class="time">9:02 AM</span>
                </div>
            </a>
        </div>
    </li>
    <li>
        <a class="nav-link text-center m-b-5 text-dark" href="javascript:void(0);">
            <strong>Check all notifications</strong>
            <i class="fa fa-angle-right"></i>
        </a>
    </li>
</ul>