Update index-room-card.blade.php
Update rooms view Give delete room button some space
This commit is contained in:
parent
3cb837fa66
commit
b6fd8fb71c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue