@extends('layouts.user') @section('title', 'Create a New Employee') @section('content')
Employees New Employee

Create Employee

Back to List
Required Fields
ID File
@if ($errors->any())

Please fix the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
    @foreach($zones as $zone)
  • {{ $zone->name }}
  • @endforeach
  • No results found
    @foreach($jobRoles as $role)
  • {{ $role->name }}
  • @endforeach
  • No results found
    @foreach($departments as $dept)
  • {{ $dept->name }}
  • @endforeach
  • No results found
    @foreach($wageTypes as $type)
  • {{ $type->name }}
  • @endforeach
  • No results found

Permanent Address

Corresponding Address

or drag and drop

PNG, JPG, PDF up to 10MB

or drag and drop

PNG, JPG, PDF up to 10MB

or drag and drop

PDF, DOCX up to 10MB

@forelse($skills as $skill)
@empty

No skills found

@endforelse
@endsection