@use('Illuminate\Support\Facades\Storage')

Din bild och information har sparats.


@if($record) @if(!empty($record['image_path'])) {{ $record['title'] ?? '' }}
@endif
@if(!empty($record['title']))
Titel
{{ $record['title'] }}

@endif @if(!empty($record['uploaded_by']))
Uppladdad av
{{ $record['uploaded_by'] }}

@endif @if(!empty($record['captured_at']))
Bild tagen
{{ $record['captured_at'] }}

@endif @if(!empty($record['lat']) && !empty($record['lng']))
Plats
{{ $record['lat'] }}, {{ $record['lng'] }}

@endif @if(!empty($record['desc']))
Kort beskrivning
{{ $record['desc'] }}

@endif @if(!empty($record['story']))
Berättelse
{{ $record['story'] }}

@endif
@endif Lägg till en till bild