@extends('layouts/full') @section('title') @if($title) {{$title}} - Beelden @else Beelden @endif @endsection @section('breadcrumb') @if($title) @endif @endsection @section('content')

Ook jouw foto op deze pagina? Mail naar beelden@nhgooi.nl!

@include('partial/imageslist_small', ['images' => $images])
@if(count($images) >= 15)
@endif
@endsection @push('scripts') @endpush