@extends('layouts.vertical', ['title' => 'Sweet Alert', 'sub_title' => 'Extended', 'mode' => $mode ?? '', 'demo' => $demo ?? '']) @section('css') @vite(['node_modules/sweetalert2/dist/sweetalert2.min.css']) @endsection @section('content')
<button type="button" class="btn bg-primary text-white" id="sweetalert-basic">Click me</button>
<button type="button" class="btn bg-primary text-white" id="sweetalert-basic">Click me</button>
<button type="button" class="btn bg-success text-white" id="sweetalert-success">Success</button>
<button type="button" class="btn bg-warning text-white" id="sweetalert-warning">Warning</button>
<button type="button" class="btn bg-info text-white" id="sweetalert-info">Info</button>
<button type="button" class="btn bg-danger text-white" id="sweetalert-error">Error</button>
<button type="button" class="btn bg-primary text-white" id="sweetalert-longcontent">Click me</button>
<button type="button" class="btn bg-primary text-white" id="sweetalert-longcontent">Click me</button>