@extends('layouts.contentLayoutMaster') {{-- title --}} @section('title','Alerts') @section('content')

Default

Alerts are available for any length of text. Add .alert.alert-{color} classes for alert with all theme colors. To add link inside an alert, use .alert-link class.

Alerts with Icons

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

Alerts with Border

To Show Alert with different border color, use .border-{colorName} class.

Alerts with Light Background Color

Add .bg-rgba-{colorName} class along with .alert class, which adds Light Background Color.

@endsection