@extends('templates.layouts.base') @section('content')

{{$page->lang()->title }}

{{ $page->lang()->section(0) }}

{!! $page->lang()->section(1) !!}
@foreach ($galleries[1] as $galitem)
@if (isset($galitem->Titol) && $galitem->Titol != '')

{{ $galitem->Titol }}

@endif @if (isset($galitem->Subtitol) && $galitem->Subtitol != '')

{{ $galitem->Subtitol }}

@endif
@if ($loop->index % 2 == 1)
@endif @if ($loop->index % 3 == 2)
@endif @if ($loop->index % 4 == 3)
@endif @endforeach
@stop