@foreach ($albums as $album)
{{ $album->name }}
@endforeach
@if($albums->count() == 0)
@lang('messages.sor_nofoto_infolder')
@endif
@if($albums->currentPage() != 1)
@endif @if($albums->hasMorePages() )
@endif