@include('partials.announcement')
@lang('crm.customer_attachments_file') | @lang('crm.file_date_uploaded') | @if(get_option('allow_contact_to_delete_files') == 1)@lang('crm.options') | @endif @if(count($files) > 0) @foreach($files as $file)|||
---|---|---|---|---|---|
".$file['file_name']." | "; } else if ($file['filetype'] == 'image/jpeg') { $file_path = url('/upload/clients/'.$file['rel_id'].'/'.$file['file_name']); echo "".$file['file_name']." | "; // echo "".$file['file_name']." | "; } else { $file_path = url('/upload/clients/'.$file['rel_id'].'/'.$file['file_name']); echo "".$file['file_name']." | "; } @endphp{{ local_time_format($file["dateadded"], true) }} | @if(get_option('allow_contact_to_delete_files') == 1)@if ($file['contact_id'] == Auth::user()->id) @endif | @endif