remove.blade.php
1 <div> 2 <div class="flex flex-col items-center justify-center w-full p-4 space-y-4 rounded shadow bg-gray-50"> 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.remove.title') }}</div> 5 <div class="text-sm font-semibold text-center text-gray-500">{{ __('panel.labels.remove.subtitle') }}</div> 6 <x-panel.actions action="remove" /> 7 </div> 8 </div>