@php $primaryColor = '#1B4C9B'; $accentColor = '#102B63'; $mutedColor = '#475569'; $borderColor = '#CBD5E0'; $tableHeaderColor = '#CBD5F5'; $tableAltColor = '#F8FAFC'; $logoPath = public_path('assets/loghi/logo-iul2.png'); @endphp Foglio presenze - {{ $monthLabel }}
@if (file_exists($logoPath)) Logo IUL @endif

Foglio Presenze Risorse Umane

Mese di riferimento: {{ $monthLabel }}
Dati Risorsa
Nome e cognome:
{{ $userName }}
Ruolo:
{{ $userRole ?? '—' }}
Tipologia:
{{ $resourceType }}
Dati Progetto
Titolo progetto:
{{ $projectTitle }}
Codice progetto:
{{ $projectCode ?? '—' }}
Ore totali mese:
{{ number_format($totalHours, 2, ',', '.') }}
Relazione sull'Attività Svolta
{{ $activitySummary }}
@forelse ($rows as $row) @empty @endforelse
Attività Sede Data Dalle Ore Alle Ore Tot. Ore
{{ $row['activity'] }} {{ $row['location'] }} {{ $row['date'] }} {{ $row['from'] }} {{ $row['to'] }} {{ $row['hours'] }}
Nessuna attività registrata nel periodo
TOTALE ORE {{ number_format($totalHours, 2, ',', '.') }}
@if(!isset($for_yousign) || !$for_yousign)
Firma della Risorsa
Data ___________________
Firma del Responsabile
Data ___________________
@endif @include('pdf.partials.yousign-signature-page', [ 'for_yousign' => $for_yousign ?? false, 'singleSigner' => true, 'right_signer_title' => 'Per accettazione', 'right_signer_name' => $userName ?? '______________', 'right_signature_date' => now()->timezone(config('app.timezone', 'Europe/Rome'))->format('d/m/Y'), 'right_signature_date_label' => 'Data', 'right_signature_date_margin_bottom' => 6, 'right_signer_name_margin_bottom' => 6, 'right_block_top' => 185, 'signature_box_margin_top' => 6, ])