delete.blade.php
1 <div> 2 <div class="flex flex-col justify-center items-center p-4 space-y-4 w-full bg-gray-50 rounded shadow"> 3 <x-icon name="ban" class="w-12 h-12 text-red-600" solid /> 4 <div class="text-2xl font-semibold text-secondary-700">{{ __('panel.labels.destroy.title') }}</div> 5 <div class="text-sm font-semibold text-center text-gray-500">{{ __('panel.labels.destroy.subtitle') }}</div> 6 <x-panel.actions action="remove" /> 7 </div> 8 </div>