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

Themes Tenant

@foreach($themes as $theme) @endforeach
Name Vorschau Action
{{ $theme->name }} Vorschau Auswählen

Themes Gallery

@foreach($gallery_themes as $theme) @endforeach
Name Vorschau Action
{{ $theme->name }} @if(!is_null($gallery)) Vorschau @endif Auswählen
@endsection