{{ label('lbl_photo_gallery') }}
{{ label('lbl_photo_gallery') }}
@if($galleries)
@foreach($galleries as $key => $album)
@endforeach
{{ $album->title}} ({{ count($album['photos']) }})
@forelse( $album['photos']->slice(0,3) as $key => $photo)
@empty
{{ label('lbl_no_information') }}
@endforelse
{!! $galleries->render() !!}
@else
{{ label('lbl_no_information') }}
@endif