@extends('layouts.default') @section('title', 'Galerie') @section('content')

Galerie

@foreach($categories as $category) @endforeach
@foreach($gallery as $g) @endforeach
@endsection