Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit e510d5d

Browse files
committed
Update submit.blade.php
1 parent d7e8482 commit e510d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/form/submit.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div {{ $attributes->only(['v-if', 'v-show', 'class'])->class('mt-6 flex items-center justify-between') }}>
1+
<div {{ $attributes->only(['v-if', 'v-show', 'class'])->class('flex items-center justify-between') }}>
22
<button {{ $attributes->except(['v-if', 'v-show', 'class'])->class([
33
'rounded-md shadow-sm bg-indigo-500 hover:bg-indigo-700 text-white font-bold py-2 px-4 focus:outline-none focus:shadow-outline'
44
])->merge([

0 commit comments

Comments
 (0)