employee module
This commit is contained in:
@ -7,14 +7,9 @@
|
||||
@include('layouts.partials.breadcrumb', ['title' => $title])
|
||||
<!-- end page title -->
|
||||
|
||||
|
||||
<form action="{{ route('employee.store') }}" class="needs-validation" novalidate method="post">
|
||||
@csrf
|
||||
@include('employee::partials.action')
|
||||
</form>
|
||||
|
||||
|
||||
<!--end row-->
|
||||
{{ html()->form('POST')->route('employee.store')->class(['needs-validation'])->attributes(['novalidate', 'enctype' => 'multipart/form-data'])->open() }}
|
||||
@include('employee::partials.action')
|
||||
{{ html()->form()->close() }}
|
||||
|
||||
</div>
|
||||
<!-- container-fluid -->
|
||||
|
Reference in New Issue
Block a user