{{ trans('ao.title') }}
{{ trans('ao.subtitle') }}
{{ $refDoc ?? '-' }}
{{ $createdResponse }}
{{ trans('ao.updated_on') }}: {{ $updatedResponse }}
@foreach ($tendersData ?? [] as $index => $item) @endforeach
{{ trans('ao.n') }} {{ trans('ao.year') }} {{ trans('ao.month') }} {{ trans('ao.client') }} {{ trans('ao.type') }} {{ trans('ao.title_col') }} {{ trans('ao.launch_date') }} {{ trans('ao.submission_date') }} {{ trans('ao.decision_committees') }} {{ trans('ao.visas') }} {{ trans('ao.visa_date') }} {{ trans('ao.partner') }} {{ trans('ao.confirmation') }} {{ trans('ao.amount') }} {{ trans('ao.result') }} {{ trans('ao.remarks') }}
{{ $index + 1 }} {{ $item['year'] ?? '' }} {{ $item['month'] ?? '' }} {{ $item['project_owner'] ?? '' }} {{ $item['type'] ?? '' }} {{ $item['title'] ?? '' }} {{ $item['start_date'] ?? '' }} {{ $item['submission_date'] ?? '' }} {{ $item['decision_committee'] ?? '' }} {{ $item['visa'] ?? '' }} {{ $item['visa_date'] ?? '' }} {{ $item['partner'] ?? '' }} {{ $item['submission_confirmation'] ?? '' }} {{ isset($item['amount_ht']) ? number_format($item['amount_ht'], 0, ',', ' ') : '' }} {{ $item['results']['fr'] ?? '' }} {{ $item['observations'] ?? '' }}