Update index-room-card.blade.php

Update rooms view
Give delete room button some space
This commit is contained in:
Matt Young 2025-06-11 15:15:13 -05:00
parent 3cb837fa66
commit b6fd8fb71c
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,10 @@
<x-form.form method="DELETE"
action="{{ route('admin.rooms.destroy', ['room'=>$room->id]) }}"
class="!px-0 -mr-6 -mt-2">
<x-form.red-trash-button/>
<div class="mt-2 mr-2">
<x-form.red-trash-button/>
</div>
</x-form.form>
</div>
@else