{{ __('person.source') }} :
{{ $file->getCustomProperty('source') }}
@endif @if ($file->hasCustomProperty('source_date')){{ __('person.source_date') }} : {{ Carbon\Carbon::parse($file->getCustomProperty('source_date'))->timezone(session('timezone') ?? 'UTC')->isoFormat('LL') }}
@endif