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>
</div> <!-- .box-default --> </div> <!-- .box-default -->
{{ Form::close() }} </form>
</div> <!-- .col-md-9 --> </div> <!-- .col-md-9 -->
</div> <!-- .row--> </div> <!-- .row-->
@stop @stop

View file

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

View file

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

View file

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