@extends('layouts.default') @section('meta') New Employee | Workday Time Clock @endsection @section('styles') @endsection @section('content')

{{ __('Employee Profile') }}

@if ($errors->any())
{{ __('There were some errors with your submission') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{ __('Personal Information') }}

{{ __('Employee Details') }}

{{ __('Designation') }}

{{ __('Employment Information') }}


{{ __('Cancel') }}
@endsection @section('scripts') @endsection