Migrate Form::close in previously changed views

This commit is contained in:
Marcus Moore 2025-02-11 14:06:49 -08:00
parent 967e646989
commit 6263d01c73
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -63,7 +63,7 @@
</div>
</div> <!-- .box-default -->
{{ Form::close() }}
</form>
</div> <!-- .col-md-9 -->
</div> <!-- .row-->
@stop

View file

@ -187,7 +187,7 @@
<button type="submit" class="btn btn-primary"><x-icon type="checkmark" /> {{ trans('general.save') }}</button>
</div>
</div> <!-- .box-default -->
{{ Form::close() }}
</form>
</div> <!-- .col-md-9 -->
</div> <!-- .row-->

View file

@ -269,7 +269,7 @@
</div>
{{ Form::close() }}
</form>
@stop
@section('moar_scripts')

View file

@ -115,7 +115,7 @@
<button type="submit" class="btn btn-primary"> {{ trans('general.save') }}</button>
</span>
{{ Form::close() }}
</form>
</td>
</tr>