diff --git a/resources/views/themes/base/gallery/photo.blade.php b/resources/views/themes/base/gallery/photo.blade.php index 0cf83c5..d9e27d7 100644 --- a/resources/views/themes/base/gallery/photo.blade.php +++ b/resources/views/themes/base/gallery/photo.blade.php @@ -2,8 +2,14 @@ @section('title', $photo->name) @section('breadcrumb') - - + + @foreach ($album->albumParentTree() as $parentAlbum) + @if ($parentAlbum->id == $photo->album->id) + + @else + + @endif + @endforeach @endsection