@extends('admin.layouts.master') @section('content')
{{ $active_theme['name'] ?? '' }} v-{{ $active_theme['version'] ?? '' }}
{!! $active_theme['description'] ?? '' !!}
{{ trans('app.current_theme') }}
{{ $theme['name'] }} v-{{ $theme['version'] }}
{!! $theme['description'] !!}
{!! $theme['warning'] !!}
{{ trans('app.zcart_compatiblity') . ' ' . $theme['compatible'] }}
{{ $theme['description'] }}