Laravel Jetstream includes two modals in the components after installation, namely confirmation-modal and dialog-modal. Both components, use the modal component (modal.blade.php) located in the components folder. I am going to discuss the use case of each and how you would use it in your laravel application. 1. Confir ...