employee module

This commit is contained in:
2024-04-07 17:39:18 +05:45
parent 4f34db3381
commit 6b6696ded4
10 changed files with 433 additions and 427 deletions

View File

@ -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 -->