Migrate Form::open and Form::close on google settings page

This commit is contained in:
Marcus Moore 2025-02-12 13:21:07 -08:00
parent 894754e8dc
commit a728f38bd1
No known key found for this signature in database

View file

@ -16,7 +16,7 @@
{{ Form::open(['method' => 'POST', 'files' => false, 'autocomplete' => 'off', 'class' => 'form-horizontal', 'role' => 'form' ]) }}
<form method="POST" action="{{ route('settings.google.save') }}" accept-charset="UTF-8" autocomplete="off" class="form-horizontal" role="form">
<!-- CSRF Token -->
{{csrf_field()}}
@ -113,6 +113,6 @@
</div> <!-- /.col-md-8-->
</div> <!-- /.row-->
{{Form::close()}}
</form>
@stop