@extends('admin/layouts/default') {{-- Page title --}} @section('title') Toastr @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Toastr Notification Dashboard UI features Toastr Notification Toastr Notification Title Message Gnome & Growl type non-blocking notifications Close Button Add behavior on toast click Debug Toast Type Success Info Warning Error Position Top Right Top Left Top Full Width Bottom Full Width Bottom Right Bottom Left Show Easing swing linear Hide Easing swing linear Show Method show fadeIn slideDown Hide Method hide fadeOut slideUp Show Duration Hide Duration Time out Extended time out Show Toast Clear Toasts Clear Last Toast Code... @stop {{-- page level scripts --}} @section('footer_scripts') @stop
Code...