Date |
{{ date('m/d/Y', strtotime($diary->dated)) }} |
log entry - date time |
{{ date('h:i:s A | M d, Y', strtotime($diary->created_at)) }} |
Title |
{{ $diary->title }} |
Type |
{{ $diary->type }} |
Location |
{{ ($diary->location) ? $diary->location : 'N/A' }} |
Journal Entry |
{{ $diary->description }} |
@if($diary->type == 'Image')
Images |
@if($diary->images->count() > 0)
@foreach($diary->images as $image)
@if($image->image_type == "Uploaded")
 |
|
@else
 |
|
@endif
@endforeach
@endif
|
@endif
Actions |
|
@if(isset($diary->video_link))
Video |
|
@endif