@extends('layouts.master-components') @section('title', 'Sweet alert') @section('css') @endsection @section('css2') @endsection @section('bodyClass', 'component-page') @section('content') @include('layouts/loader') @include('layouts/component-header') @include('layouts/component-menu-list') Sweetalert 2 Basic message Try me! Title with a text under Try me! Title with a error icon Try me! Long content inside Try me! Custom HTML Try me! dialog with three buttons Try me! custom positioned Try me! Custom animation Try me! By passing a parameter, you can execute something Try me! Message with a custom image Try me! Auto close timer Try me! RTL Languages Try me! AJAX request Try me! Mixin Mixin example Try me! ICONS Success icons Try me! Error icons Try me! Warning icons Try me! Info icons Try me! Question icons Try me! Input types Text Try me! Email Try me! Url Try me! Password Try me! Textarea Try me! Select Try me! Radio Try me! Checkbox Try me! File Try me! Range Try me! Multiple inputs Try me! @endsection @section('scripts') @endsection