| DIR: /home/cardxfeb/public_html/resources/views/enquiry/columns/ |
| Current File : /home/cardxfeb/public_html/resources/views/enquiry/columns/attachment.blade.php |
@if ($row->attachment)
<a href="{{ route('inquiries.attachment.download', $row->id) }}" target="_blank"
class="text-decoration-none">Download</a>
@else
N/A
@endif
|