@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 Default Info Success Warning Danger Notification with Icons Default Info Success Warning Danger Auto Close Notifications Default Info Success Warning Danger Using the notification.hide() method Show Notification Hide Notification @endsection @section('scripts') @endsection