@extends('layouts/layoutMaster') @section('title', 'SweetAlert2 - Extended UI') @section('vendor-style') @vite([ 'resources/assets/vendor/libs/animate-css/animate.scss', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.scss' ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/sweetalert2/sweetalert2.js' ]) @endsection @section('page-script') @vite([ 'resources/assets/js/extended-ui-sweetalert2.js' ]) @endsection @section('content')
{position : top-start | top-end | bottom-start | bottom-end}
in js
popup
inside showClass
parameter to add animation to alert
icon
parameter to create a alert with type.
Confirm Button Action
Confirm & Cancel Button Action