@extends('layouts.app') @section('content')
{{-- Success Alert --}}
{{-- Warning Alert --}}
{{-- Error Alert --}}
{{-- Info Alert --}}
{{-- Additional Examples --}}
{{-- With Slot Content --}}

This alert uses custom slot content instead of the message prop.

  • You can add any HTML content
  • Including lists and formatting
  • Perfect for complex messages
{{-- Minimal Alert --}} {{-- Alert with Long Message --}}
{{-- Interactive Demo --}}
{{-- Payment Success --}}

Your payment of $99.00 has been processed successfully.

Order ID: #TAILADMIN-0014

Transaction ID: TXN-1234567890

View Order Details {{-- Account Warning --}} {{-- Validation Error --}}
  • Email field is required
  • Password must be at least 8 characters
  • Please accept the terms and conditions
{{-- System Info --}}
@endsection