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