@if (!empty($logo)) Logo de l'entreprise @endif
{{ trans('contract.pdf.title') }}
{{ trans('contract.pdf.subtitle') }}
{{ $refDoc ?? '-' }}
{{ $createdResponse }}
@foreach ($contractsData ?? [] as $index => $item) @endforeach
{{ trans('contract.pdf.number') }} {{ trans('contract.pdf.year') }} {{ trans('contract.pdf.date_signature') }} {{ trans('contract.pdf.nature') }} {{ trans('contract.pdf.details') }} {{ trans('contract.pdf.reference') }} {{ trans('contract.pdf.concerned') }} {{ trans('contract.pdf.mission_title') }} {{ trans('contract.pdf.amount') }} {{ trans('contract.pdf.duration') }} {{ trans('contract.pdf.end_date') }} {{ trans('contract.pdf.message') }}
{{ $index + 1 }} {{ $item['year'] ?? '' }} {{ $item['contract_date'] ?? '' }} {{ $item['contract_nature'] ?? '' }} {{ $item['details'] ?? '' }} {{ $item['reference'] ?? '' }} {{ $item['concerned'] ?? '' }} {{ $item['title'] ?? '' }} {{ $item['amount'] ?? '' }} {{ $item['duration'] ?? '' }} {{ $item['end_date'] ?? '' }} {{ $item['message'] }}