work on user role module
This commit is contained in:
@ -24,13 +24,13 @@
|
||||
<div class="col-lg-8">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<form action="{{ route('leave.update', $leave->leave_id) }}" class="needs-validation" novalidate
|
||||
method="post">
|
||||
@csrf
|
||||
@method('put')
|
||||
<input type="hidden" name="leave_id" value="{{ $leave->leave_id }}">
|
||||
@include('leave::partials.action')
|
||||
</form>
|
||||
|
||||
{{ html()->modelForm($leave, 'PUT')->route('leave.update', $leave->id)->class(['needs-validation'])->attributes(['novalidate'])->open() }}
|
||||
|
||||
@include('leave::partials.action')
|
||||
|
||||
{{ html()->closeModelForm() }}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user