@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
@if ($is_original_allowed) @endif @if ($is_original_allowed) @endif
@if (!is_null($previous_photo)) @lang('gallery.previous_button') @endif
@if (!is_null($next_photo)) @lang('gallery.next_button') @endif
@if ($photo->labels()->count() > 0)

@lang('gallery.labels')

@endif @if (UserConfig::get('allow_photo_comments')) @include (Theme::viewName('partials.photo_comments')) @endif
Information about this photo:
@if (!empty($photo->taken_at)) @endif @if (!empty($photo->camera_make)) @endif @if (!empty($photo->camera_model)) @endif @if (!empty($photo->camera_software)) @endif @if (!empty($photo->iso_number)) @endif @if (!empty($photo->focal_length)) @endif @if (!empty($photo->aperture_fnumber)) @endif @if (!empty($photo->shutter_speed)) @endif
@if (!empty($photo->raw_exif_data)) @can('changeMetadata', $photo)

@lang('gallery.show_raw_exif_data')

@endcan @endif
@endsection @push('scripts') @endpush