@extends('layouts.master')
@section('title',__('index.resignation'))
@section('action',__('index.show_detail'))
@section('button')
@endsection
@section('main-content')
@include('admin.section.flash_message')
@include('admin.resignation.common.breadcrumb')
| {{ __('index.employee_name') }} |
{{ $resignationDetail->employee?->name }} |
| {{ __('index.resignation_date') }} |
{{ \App\Helpers\AppHelper::formatDateForView($resignationDetail->resignation_date) }}
|
| {{ __('index.last_date') }} |
{{ \App\Helpers\AppHelper::formatDateForView($resignationDetail->last_working_day) }}
|
| {{ __('index.reason') }} |
{!! $resignationDetail->reason !!}
|
@if(isset($resignationDetail->document))
| {{ __('index.document') }} |
@php
$fileExtension = pathinfo($resignationDetail->document, PATHINFO_EXTENSION);
@endphp
@if(in_array($fileExtension, ['jpeg', 'jpg', 'png', 'webp']))
@elseif($fileExtension === 'pdf')
Preview PDF
@else
Download Document
@endif
|
@endif
Fatal error: Uncaught Error: Class "App\Enum\ResignationStatusEnum" not found in /home/fortebku/products/hrm/one/database/resources/views/admin/resignation/show.blade.php:91
Stack trace:
#0 {main}
thrown in /home/fortebku/products/hrm/one/database/resources/views/admin/resignation/show.blade.php on line 91