@extends('layout/template') @section('content')
This is just for functional testing, need to be redesign.

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