mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
Convert Form facade
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
@section('content')
|
||||
|
||||
{!! Form::model($user, ['method' => 'PATCH', 'id' => 'userform', 'files' => true, 'route' => ['users.update', $user->id]]) !!}
|
||||
{{ html()->modelForm($user, 'PATCH', route('users.update', $user->id))->id('userform')->acceptsFiles()->open() }}
|
||||
@include('users.form')
|
||||
{!! Form::close() !!}
|
||||
{{ html()->closeModelForm() }}
|
||||
|
||||
@endsection
|
||||
@section('scripts')
|
||||
|
||||
Reference in New Issue
Block a user