| # | {{ __('attachment.issuer') }} | {{ __('attachment.start_date') }} | {{ __('attachment.end_date') }} | {{ __('attachment.status') }} | @if ($activeTab === 'correspondence'){{ __('attachment.type') }} | {{ __('attachment.original_copy') }} | @endif{{ __('attachment.notes') }} | {{ __('attachment.file') }} | {{ __('attachment.actions') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($data->currentPage() - 1) * $data->perPage() }} | {{ $row->issuer }} | {{ $row->start_date }} | {{ $row->end_date }} | {{ $statusOptions[$row->status]['label'] }} | @if ($activeTab === 'correspondence'){{ $row->type }} | {{ $row->original_copy }} | @endif{{ $row->notes }} | @if($row->file_url) {{ __('attachment.view') }} @else {{ __('attachment.no_file') }} @endif | @can('attachments edit') @endcan @can('attachments delete') @endcan {{__("View")}} |
| {{ __('attachment.no_attachments_found') }} | |||||||||
{{ __('attachment.delete_message') }}