@extends('admin.layouts.master') @section('content')
{{ $active_theme['name'] ?? '' }} v-{{ $active_theme['version'] ?? '' }}
{{ $active_theme['description'] ?? '' }}
{{ $theme['name'] }} v-{{ $theme['version'] }}
{{ $theme['description'] }}
@if ($theme['warning'] != ''){!! $theme['warning'] !!}
@endif @if (version_compare($theme['compatible'], \App\Models\System::VERSION, '<=')) {{ trans('app.activate') }} @else{{ trans('app.zcart_compatiblity') . ' ' . $theme['compatible'] }}
@endif{{ $theme['name'] }} v-{{ $theme['version'] }}
{{ $theme['description'] }}
@if ($theme['slug'] == active_selling_theme())@else {!! Form::open(['route' => ['admin.appearance.theme.activate', $theme['slug'], 'selling'], 'method' => 'PUT']) !!} {!! Form::submit(trans('app.activate'), ['class' => 'confirm btn btn-flat btn-default']) !!} {!! Form::close() !!} @endif