@extends('layouts/contentLayoutMaster') @section('title', 'Alerts') @section('content') {{-- Basic Alerts start --}}

Default

Alerts are available for any length of text, as well as an optional dismiss button. Add .alert.alert-{color} classes for alert with all theme colors.

{{-- Basic Alerts end --}} {{-- Alerts with Title start --}}

Title

Add a title to the alert with the .alert-heading

{{-- Alerts with Title end --}} {{-- Alert Colors start --}}

Colors

Alerts are available for any length of text, as well as an optional dismiss button. Add .alert.alert-{color} classes for alert with all theme colors.

{{-- Alert Colors End --}} {{--Closable Alerts start --}}

Closable Alerts

Add a dismiss button and the .alert-dismissible class, which adds extra padding to the right of the alert and positions the .close button.

You can also change the icon used for the close buton on the alerts

{{--Closable Alerts end --}} {{-- Alert With Icon start --}}

Icon

Alert With Icon

{{-- Alert With Icon end --}} {{-- Example Alert start --}}

Example

An example would be to have an input and when a condition is met, show the alert. use class .alert-validation for your input and class .alert-validation-msg with your alert.

{{-- Example Alert end --}} @endsection