@extends(Theme::viewName('layout')) @section('title', $photo->name) @section('breadcrumb') @foreach ($album->albumParentTree() as $parentAlbum) @endforeach @endsection @section('content')

{{ $photo->name }}

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

{{ $photo->description }}

@endif

{{ $exif_data }}
@endsection