@extends('layout/template') @section('content')

Themes

With the Themes you can decide how your overview Page and your Gallery Page looks like.

Tenant Overview

@foreach($themes as $theme)
Card image cap
{{ $theme["name"] }}
Activate Preview
@endforeach

Gallery Overview

@foreach($gallery_themes as $theme)
Card image cap
{{ $theme["name"] }}
Activate @if(!is_null($gallery)) Preview @endif
@endforeach
@endsection