@extends('layouts.vertical', ['pageTitle' => 'Toasts']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Toasts', 'pageSubTitle1' => 'Design', 'pageSubTitle2'=> 'UI Components', 'pageSubText' => 'Push notifications to your visitors with a toast, a lightweight and easily customizable alert message.']) @endsection @section('content')
Toasts are lightweight notifications designed to mimic the push notifications that have been popularized by mobile and desktop operating systems. They're built with flexbox, so they're easy to align and position.
Learn more about this component on bootstrap's official documentation.