{{-- admin/employees/create.blade.php --}} @extends('admin.layouts.app') @section('title', 'Add Employee') @section('breadcrumb') @endsection @section('content')
@csrf
Personal & Account Details
Default password will be set to Pass@123. Employee should change it on first login.
Cancel
@endsection