@section('title') {{ $album->name }} | @stop @section('metatags') @if($album->filepath) @else @endif @stop @section('content')

{{ $album->name }}

@if($album->description)

{{ $album->description }}

@endif
@foreach($album->images as $image) @endforeach
@stop @section('scripts') @stop