{{-- Toast Helper Component (Inline) -------------------------------- A convenience wrapper to dispatch a toast from Blade. This is NOT the container -- use in your layout. Usage: --}} @props([ 'type' => 'info', 'message' => '', 'duration' => 5000, ])