@extends('layouts.master') @section('title')Alerts @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') UI Elements @endslot @slot('title') Alerts @endslot @endcomponent @endsection

Default Alerts

Alerts with Icon

Dismissing Alerts

Alerts Link Color

Border Alerts

Outline Alerts

@endsection @section('script') @endsection