{{-- Edit Settings Form --}} {!! Form::open(['route' => ['settings.update'], 'method' => 'put']) !!} {!! Form::button(' ' . __('general.save'), array('id' => 'submitButton', 'type' => 'submit', 'class' => 'btn btn-success')) !!} {!! Form::close() !!} @push('scripts') @endpush