@foreach($albums as $album) @endforeach
Date Name Description Image Manutenção
{!! $album->date !!} {!! $album->name !!} {!! $album->description !!} {!! $album->image !!} {!! Form::open(['route' => ['albums.destroy', $album->id], 'method' => 'delete']) !!}
@shield('albums.edit')@endshield @shield('albums.show')@endshield @shield('albums.edit')@endshield @shield('albums.delete'){!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}@endshield
{!! Form::close() !!}