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

{{$content->title}}

{{ $content->user->name }}
{{$content->short_description}}
Install Theme

Screenshots

Other Lumino CMS Templates

We have an experienced team of production and inspection personnel to ensure quality.

@php($otherContents = filterByContentType("Themes")->filter(function ($item) use ($content) { return $item->id != $content->id; })) @if($otherContents->isNotEmpty()) @endif
@stop