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"
|
<x-form.form method="DELETE"
|
||||||
action="{{ route('admin.rooms.destroy', ['room'=>$room->id]) }}"
|
action="{{ route('admin.rooms.destroy', ['room'=>$room->id]) }}"
|
||||||
class="!px-0 -mr-6 -mt-2">
|
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>
|
</x-form.form>
|
||||||
</div>
|
</div>
|
||||||
@else
|
@else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue