@extends('layouts.app') @section('title', 'Playground') @section('content')

Interactive Playground

Build and customize notifications in real-time. See the generated PHP code instantly.

{{-- Configuration Panel --}}

Configuration

{{-- Type --}}
{{-- Title --}}
{{-- Message --}}
{{-- Position --}}
{{-- Theme --}}
{{-- Adapter --}}
{{-- Timeout --}}
{{-- Show Button --}}
{{-- Code Preview --}}

Generated Code

PHP
flash()->success('Operation completed successfully!');
{{-- Preview Card --}}

Preview

{{-- Preview will be rendered here --}}

Operation completed successfully!

This is a static preview. Click "Show Notification" to see the real notification.

{{-- Quick Examples --}}

Quick Examples

@endsection @push('scripts') @endpush