@extends('themes.base.layout') @section('title', 'Welcome') @section('breadcrumb') @endsection @section('content')

{{ $photo->name }}

@if (strlen($photo->description) > 0)

{{ $photo->description }}

@endif

Information about this photo:

@if (strlen($photo->taken_at) > 0) @endif @if (strlen($photo->camera_make) > 0) @endif @if (strlen($photo->camera_model) > 0) @endif @if (strlen($photo->camera_software) > 0) @endif
@endsection