@extends('layouts.vertical', ['title' => 'Dismissible', 'sub_title' => 'Component', 'mode' => $mode ?? '', 'demo' => $demo ?? '']) @section('content')

Dismissible

Alert: You can dismiss this alert by, simply click on close button

Card Dismissible

Card title

Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link chevron_right
@endsection @section('script') @vite(['resources/js/pages/highlight.js']) @endsection