@if ($image) @if ($image->isImage()) @else

{{trans('front.file_could_not_be_displayed')}}

{{trans('admin.download')}}
@endif
{{trans('front.address')}}: {{ getGeoAddress($item->lat, $item->lng) }}
{{trans('front.time')}}: {{ Formatter::time()->convert($image->created_at) }}
@else

{{trans('front.file_could_not_be_displayed')}}

@endif