{{ __('attachment.attachments') }}

@can('attachments create') @endcan
@foreach($tabs as $t)
@endforeach
@if (session()->has('message'))
{{ session('message') }}
@endif
@if ($activeTab === 'correspondence') @endif @forelse($data as $row) @if ($activeTab === 'correspondence') @endif @empty @endforelse
# {{ __('attachment.issuer') }} {{ __('attachment.start_date') }} {{ __('attachment.end_date') }} {{ __('attachment.status') }}{{ __('attachment.type') }} {{ __('attachment.original_copy') }}{{ __('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'] }} {{ $row->type }} {{ $row->original_copy }} {{ $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') }}
{{ $data->links() }}

{{ $isEditMode ? __('attachment.edit_attachment') : __('attachment.add_attachment') }}

{{ __('attachment.uploading') }}
@if ($confirmingDeletionId)

{{ __('attachment.confirm_deletion') }}

{{ __('attachment.delete_message') }}

@endif