@extends('themes.base.layout') @section('title', $photo->name) @section('breadcrumb') @foreach ($album->albumParentTree() as $parentAlbum) @if ($parentAlbum->id == $photo->album->id) @else @endif @endforeach @endsection @section('content')

{{ $photo->name }}

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

{{ $photo->description }}

@endif
@if ($is_original_allowed) @endif @if ($is_original_allowed) @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