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

{{ $album->name }}

{{ $album->description }}


@foreach ($photos as $photo) {{ $photo->name }} @endforeach
@endsection @push('scripts') @endpush