芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/resources/views/admin/language/_edit.blade.php
<div class="modal-dialog modal-md"> <div class="modal-content"> {!! Form::model($language, ['method' => 'PUT', 'route' => ['admin.setting.language.update', $language], 'files' => true, 'id' => 'form', 'data-toggle' => 'validator']) !!} <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> {{ trans('app.form.form') }} </div> <div class="modal-body"> @include('admin.language._form') </div> <div class="modal-footer"> {!! Form::submit(trans('app.update'), ['class' => 'btn btn-flat btn-new']) !!} </div> {!! Form::close() !!} </div> <!-- / .modal-content --> </div> <!-- / .modal-dialog -->
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage