{{ $page->lang()->section(0) }}
{!! $page->lang()->section(1) !!}
@foreach ($galleries[1] as $galitem)
@if (isset($galitem->Titol) && $galitem->Titol != '')
@if ($loop->index % 2 == 1)
@endif
@if ($loop->index % 3 == 2)
@endif
@if ($loop->index % 4 == 3)
@endif
@endforeach
{{ $galitem->Titol }}
@endif @if (isset($galitem->Subtitol) && $galitem->Subtitol != ''){{ $galitem->Subtitol }}
@endif