@lang('layout.documents')

@foreach($files as $file) @if($file->hasCustomProperty('locales.'.config('app.locale')) && $file->getCustomProperty('locales.'.config('app.locale')))

  {{ $file->name }}

@endif @endforeach