@if(!empty($data['title']))
- Titel
- {{ $data['title'] }}
@endif
@if(!empty($data['uploaded_by']))
- Uppladdad av
- {{ $data['uploaded_by'] }}
@endif
@if(!empty($data['captured_at']))
- Bild tagen
- {{ $data['captured_at'] }}
@endif
@if(!empty($data['desc']))
- Kort beskrivning
- {{ $data['desc'] }}
@endif
@if(!empty($data['story']))
- Berättelse
- {{ $data['story'] }}
@endif