@extends('layouts.master') @section('content') {{ $album->date }} - {{ $album->name }} @foreach ($album->images as $picture) id/$picture->image") !!}"> @endforeach {!! $album->description !!} @endsection