@csrf

@if ($attachments->count() ) @foreach ($attachments as $attachment) @endforeach
{{ __('admin/patients_info.attachments.title') }}{{ __('admin/patients_info.attachments.date') }} {{ __('admin/common.cols.actions') }}
{{ $attachment->title }} {{ date('Y-m-d @ h:i A', strtotime($attachment->created_at)) }}
@else
{{ __('admin/common.msgs.no_results') }}
@endif