Print Header

{{ __('modules.archive.resources_views_prints_employee.text_ecc6dfc31b') }}

{{ __('modules.archive.resources_views_prints_employee.text_ab3647f57d') }}

{{ __('modules.archive.resources_views_prints_employee.text_80a91afddf') }}
{{ '#'.$employee->id }}
{{ __('modules.archive.resources_views_prints_employee.text_2b7b5d894e') }}
{{ $employee->name ?: '-' }}
{{ __('modules.archive.resources_views_prints_employee.text_d1e0f58424') }}
{{ $employee->id_number ?: '-' }}
{{ __('modules.archive.resources_views_prints_employee.text_2c722d4272') }}
{{ $employee->department?->name ?: '-' }}
{{ __('modules.archive.resources_views_prints_employee.text_bb6a3ab7e9') }}
{{ $employee->job_title?->name ?: '-' }}
{{ __('modules.archive.resources_views_prints_employee.text_555d0fe304') }}
{{ $employee->mobile ?: '-' }}
{{ __('modules.archive.resources_views_prints_employee.text_b8553925f9') }}
{{ $employee->hire_date ?: '-' }}
{{ __('modules.archive.resources_views_prints_employee.text_30e28dd424') }}
{{ $employee->{{ __('modules.archive.resources_views_prints_employee.text_fca3dbd0a5') }}
{{ __('modules.archive.resources_views_prints_employee.text_4d21363f0a') }}
{{ $issuedAt->format('Y-m-d H:i') }}
{{ __('modules.archive.resources_views_prints_employee.text_4e94ead47e') }}
{{ (int) $imagesCount }}
{{ __('modules.archive.resources_views_prints_employee.text_5af82497a9') }}
{{ $lastImageUpdatedAt ? \Illuminate\Support\Carbon::parse($lastImageUpdatedAt)->format('Y-m-d H:i') : '-' }}
{{ __('modules.archive.resources_views_prints_employee.text_a77465f73a') }}
{{ optional($employee->created_at)->format('Y-m-d H:i') ?: '-' }}

{{ __('modules.archive.resources_views_prints_employee.text_42e2f94795') }}

@forelse($categories as $index => $category) @empty @endforelse
# {{ __('modules.archive.resources_views_prints_employee.text_bddf4c5bb6') }} {{ __('modules.archive.resources_views_prints_employee.text_c0a6f2a48b') }}
{{ (int) $index + 1 }} {{ $category['name'] }} {{ (int) $category['images_count'] }}
{{ __('modules.archive.resources_views_prints_employee.text_3e9b768881') }}
@foreach($images as $index => $image) @php $rotation = ((int) ($image->rotation_degrees ?? 0) % 360 + 360) % 360; $frameClass = match ($rotation) { 90 => 'image-frame image-rotated-90', 180 => 'image-frame image-rotated-180', 270 => 'image-frame image-rotated-270', default => 'image-frame', }; @endphp
صورة رقم {{ (int) $index + 1 }} @if($image->type?->name) - {{ $image->type->name }} @endif
{{ __('modules.archive.resources_views_prints_employee.text_03e70a9ef6') }}
@endforeach