@extends('core::layouts.backend')
@section('title', 'Themes')
@section('breadcrumb')
Themes
@endsection
@push('css_stack')
@endpush
@section('layout')
@foreach($themes as $theme)
{{ $theme->name }}
{{ $theme->description }}
-
{{ $theme->author }}
-
{{ $theme->email }}
-
{{ $theme->homepage }}
-
{{ $theme->license }}
-
{{ $theme->version }}
@endforeach
@endsection
@push('js_stack')
{!! module_script('theme', 'backend/js/index.js') !!}
@endpush