@php use Carbon\Carbon; @endphp @if(! empty($showTitle))

{{ $title ?? 'কর্মী মূল্যায়নপত্র' }}

@endif
মূল্যায়ন কাল: {{ $instance->evaluation_period_from?->format('d/m/Y') ?? '................' }} হতে {{ $instance->evaluation_period_to?->format('d/m/Y') ?? '................' }} পদবী: {{ $staff->designation?->name ?? '—' }}
কর্মীর নাম: {{ $staff->user?->name ?? '—' }} @if($staff->user?->id) (ID: {{ $staff->user->id }}) @endif @if($staff->id) · Staff #{{ $staff->id }} @endif শিক্ষাগত যোগ্যতা: {{ $education ?? '—' }}
সংস্থায় যোগদানের তারিখ: {{ $instance->organization_join_date?->format('d/m/Y') ?? ($staff->joing_date ? Carbon::parse($staff->joing_date)->format('d/m/Y') : '—') }} বর্তমান কর্মসূচীতে যোগদান: {{ $instance->schedule_join_date?->format('d/m/Y') ?? ($staff->schedule_join_date?->format('d/m/Y') ?? '—') }}
বর্তমান কর্মস্থলে যোগদান: {{ $instance->branch_join_date?->format('d/m/Y') ?? ($staff->branch_join_date?->format('d/m/Y') ?? '—') }} বর্তমান কর্মস্থল: {{ $staff->warehouse?->name ?? '—' }}
বিভাগ: {{ $department ?? $staff->department?->name ?? '—' }} চক্র: {{ $instance->cycle?->name ?? '—' }} | তৈরি: {{ ($printedAt ?? now())->format('d/m/Y') }}