@if(\App\Gallery::where('is_visible',1)->where('is_main',1)->get()->isEmpty() === false)
{{ __('Fotókon a Lampalamp') }}
@include('galleries.pixblock',['item' => \App\Gallery::where('is_visible',1)->where('is_main',1)->inRandomOrder()->first()]);
@endif