HOME


Mini Shell 1.0
DIR: /home/cardxfeb/www/resources/views/enquiry/columns/
Upload File :
Current File : //home/cardxfeb/www/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