@extends('layouts.master') @section('content')
{{ $album->date }} - {{ $album->name }}


@foreach ($album->images as $picture) @endforeach
{!! $album->description !!}
@endsection