@if($album->default_video)
@else @endif

{{Str::limit(ucwords($album->title), 23)}}

{{$album->countVideos()}} {{trans('video.videos')}} @if ( (Auth::check() and $album->user->id == \Auth::user()->id) or (\Auth::check() and \Auth::user()->isAdmin())) @if($album->slug != 'profile-videos' and $album->slug != 'posts') | {{trans('global.delete')}} {{--| {{trans('video.edit-album')}}--}} @else @endif @endif