@extends('layouts.master') @section('styles') @endsection @section('content')

Basic Sweet-alert

Title
Message
     

Alert Types

You can show following types of message box – You need to specify this in type property as value.

   
@endsection @section('scripts') @vite('resources/assets/js/sweet-alert.js') @endsection