{{-- Host toast reusable (singleton). Pasang SEKALI per komponen/halaman Livewire. Picu dari Livewire: $this->dispatch('toast', type: 'success', message: '...') atau dari Alpine: $dispatch('toast', { type: 'danger', message: '...' }). Posisi: tengah atas. Lihat memory livewire-component-patterns. --}}