@push('title') Create Employment @endpush
@if (session('success')) @endif @if (session('info')) @endif @if (session('warning')) @endif @if (session('danger')) @endif @if ($errors->any()) @endif
Personal Information
@if ($employee->nic_file) NIC Preview @else

-

@endif
@if ($employee->profile_picture) Profile Preview @else

-

@endif
@can('create_employment_management')
Employment
@csrf
@endcan
Employment History
@can('delete_employment_management') @endcan @forelse($employee->employments as $emp) @can('delete_employment_management') @endcan @empty @endforelse
ID Site Reporter Employment Status Employee Status Created At Created ByAction
{{ $emp->id }} {{ $emp->site?->name }} {{ $emp->reporter?->name }} ( {{ $emp->reporter?->roles->first()?->name }}) @if ($emp->is_probation) Probation ( {{ $emp->probation_period_months }} m )
Permenet ( {{ $emp->permenet_date }} ) @else Permenet ( {{ $emp->permenet_date }} ) @endif
{{ ucfirst($emp->employee_status) }} {{ $emp->created_at->format('Y-m-d') }} {{ $emp->creator?->name ?? 'N/A' }}
No employment history found.