@php $craftFileNumber = (string) ($craft->file_number ?: ('#'.$craft->id)); @endphp
Print Header

{{ __('modules.archive.resources_views_prints_craft.text_077176f095') }}

{{ __('modules.archive.resources_views_prints_craft.text_3dbf11e7eb') }}

{{ __('modules.archive.resources_views_prints_craft.text_fa424d1593') }}
{{ $craftFileNumber }}
{{ __('modules.archive.resources_views_prints_craft.text_83f289a20e') }}
{{ $craft->craft_name ?: '-' }}
{{ __('modules.archive.resources_views_prints_craft.text_a4f6122d0a') }}
{{ $craft->currentOwner?->citizen?->full_name ?: '-' }}
{{ __('modules.archive.resources_views_prints_craft.text_63ab87317b') }}
{{ $craft->type?->name ?: '-' }}
{{ __('modules.archive.resources_views_prints_craft.text_2aa373ca23') }}
{{ $craft->street?->name ?: '-' }}
{{ __('modules.archive.resources_views_prints_craft.text_22e75bb3e3') }}
{{ $issuedAt->format('Y-m-d H:i') }}
{{ __('modules.archive.resources_views_prints_craft.text_bba3388ce5') }}
{{ (int) $imagesCount }}
{{ __('modules.archive.resources_views_prints_craft.text_6665091284') }}
{{ $lastImageUpdatedAt ? \Illuminate\Support\Carbon::parse($lastImageUpdatedAt)->format('Y-m-d H:i') : '-' }}

{{ __('modules.archive.resources_views_prints_craft.text_d7c113c7ec') }}

@forelse($categories as $index => $category) @empty @endforelse
# {{ __('modules.archive.resources_views_prints_craft.text_fd8a3f51ac') }} {{ __('modules.archive.resources_views_prints_craft.text_a4c841cfbb') }}
{{ (int) $index + 1 }} {{ $category['name'] }} {{ (int) $category['images_count'] }}
{{ __('modules.archive.resources_views_prints_craft.text_45cb8f8ccd') }}
@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_craft.text_108c41b702') }}
@endforeach