@extends(Theme::viewName('layout')) @section('title', $album->name) @section('breadcrumb') @include(Theme::viewName('partials.album_breadcrumb')) @endsection @section('content')
@can('edit', $album) @endcan @include(\App\Facade\Theme::viewName('partials.album_view_selector'))

{{ $album->name }}

{!! nl2br(e($album->description)) !!}


@foreach ($photos as $photo) {{ $photo->name }} @endforeach
@if (count($child_albums) > 0)

@lang('gallery.other_albums_heading', ['album_name' => $album->name])

@lang('gallery.other_albums_description')

@foreach ($child_albums as $childAlbum)
@endforeach
@endif
@endsection @push('scripts') @endpush