@extends('template.'.config('settings.template').'.content.master') @section('content')

{{$content->title}}

@if ($content->image) @else @endif



Logo {{ $content->user->name }} {{ $content->user->name }}

{!! isset($content->data_fields['short_description'])?$content->data_fields['short_description']:'keine Angaben' !!}

@isset($content->data_fields['extensive_description'])

Beschreibung

{!!$content->data_fields['extensive_description']!!}
@endisset @isset($content->data_fields['features'])

Features


@if($content->data_fields['features'] == "Dashboard")
@endif


@endisset

Screenshots

Author: Logo {{ $content->user->name }} {{ $content->user->name }}
Lumino Version: 3.2
Lisence: 2.93
Latest Version: 2.93
Price: free Install this Theme









Other Themes



@foreach($contents as $indexContent => $content)
@if ($content->image) @else @endif

{{$content->title}}

Logo {{ $content->user->name }} {{ $content->user->name }}

Public Showcase of Lumino Themes. You can browse, compare the templates and install them into your own Lumino Installation.

@endforeach
@stop