"{{ucwords($album->title)}}" album {{trans('photo.photos')}}
@if ($profileUser->isOwner() and !in_array($album->slug, ['posts','profile-photos']))
{{ csrf_field() }}

{{trans('photo.add-photos')}}

@endif
{!! Theme::section('photo.profile.album-photos', ['photos' => $photos, 'album'=>$album]) !!}