| # | {{ __('Issuer') }} | {{ __('Start Date') }} | {{ __('End Date') }} | {{ __('Status') }} | @if ($activeTab === 'correspondence'){{ __('Type') }} | {{ __('Original Copy') }} | @endif{{ __('Notes') }} | {{ __('File') }} | {{ __('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) {{ __('View') }} @else {{ __('No File') }} @endif | @can('attachments edit') @endcan @can('attachments delete') @endcan {{__("View")}} |
| {{ __('No Attachments Found') }} | |||||||||
{{ __('Are you sure you want to delete this attachment?') }}