{!! $tpl->displayNotification() !!}
- {!! __('label.client_details') !!}
- {!! sprintf(__('tabs.discussion_with_count'), count($submodules.generalComment)) !!}
- {!! sprintf(__('tabs.files_with_count'), count($files)) !!}
-
@foreach ($files as $file)
-
@if (in_array(strtolower($file['extension']), $imgExtensions))
- {!! __('subtitles.file') !!}
- {!! __('links.download') !!} @if ($login::userIsAtLeast($roles::$admin))
- {!! __('links.delete') !!} @endif
@else
@endif
{{ $file['realName'] }}
@endforeach