@extends('layouts.app',['path'=>'employee']) @section('title', 'Create Employee - HRMS') @section('content') @can('employee.create')
@include('partials.new_alerts')
Employee Name
Employee Designation 0 year of experience
Father's Name

Employee No

Joining Date

Status
Emergency Contact Number
No information available.
No information available.
No information available.
No information available.
No information available.
No information available.
No information available.
No information available.
@endcan @endsection @push('scripts') @endpush