@if (file_exists(public_path('build/manifest.json'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @endif
Success
{{ session('success') }}
Alert
{{ session('error') ?: $errors->first() }}
Notice
{{ session('warning') }}
Are you sure you want to perform this action?