@if(Auth::user()->username == $album->timeline->username)
@endif
{{ $album->name }}
{{ $album->privacy }}
{{ $album->about }}
@if((Auth::user()->username != $album->timeline->username) && $album->privacy == 'private')
You can't view this album as its private
@else
@if((Auth::user()->username == $album->timeline->username))
Select photos to move from one album to another
@endif