@extends('layouts.master-components') @section('title', 'Notifications') @section('css') @endsection @section('css2') @endsection @section('bodyClass', 'component-page') @section('content') @include('layouts/loader') @include('layouts/component-header')
@include('layouts/component-menu-list')
Notification Alert
Notification with Icons
Auto Close Notifications
Using the notification.hide() method
@endsection @section('scripts') @endsection