@extends('layouts.content') @section('body_content') @push('custom-css') @endpush New Employee Registration Please fill in all mandatory fields marked with * Save Draft Back to Employee List @include('partials.alert') 1 Personal Details 2 Family Data 3 Payroll Info 4 Education History 5 Work Experience 6 Documents @csrf @include('employee.create.steps.create_user_step1') @include('employee.create.steps.create_user_step2') @include('employee.create.steps.create_user_step3') @include('employee.create.steps.create_user_step4') @include('employee.create.steps.create_user_step5') @include('employee.create.steps.create_user_step6') Previous Next Submit Registration @push('scripts') @endpush @endsection
Please fill in all mandatory fields marked with *