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

Basic Notification

Info Notification

Success Notification

Warning Notification

Error Notification

Confirmation Notification

Async Block With Error Notification

Async Block With Success Notification

@endsection @section('scripts') @vite('resources/assets/js/notifications.js') @endsection