@extends('layouts.master') @section('title')SweetAlert 2 @endsection @section('css') @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') Extended UI @endslot @slot('title') SweetAlert 2 @endslot @endcomponent @endsection
| Sweet Alert Type | Sweet Alert Examples |
|---|---|
| A Basic Message | |
| A Title with a Text Under | |
| A success message! | |
| A warning message, with a function attached to the "Confirm"-button... | |
| By passing a parameter, you can execute something else for "Cancel". | |
| A message with custom Image Header | |
| A message with auto close timer | |
| Custom HTML description and buttons | |
| A custom positioned dialog | |
| A message with custom width, padding and background | |
| Ajax request example |