@extends('admin.layouts.master') @section('title', 'Front Theme Settings') @section('maincontent') @include('admin.layouts.topbar',$data)
@php $key = \DB::table('api_keys') ->where('id', '2') ->first() @endphp @if(Module::has('Blizzard')) @if(!Module::find('Blizzard')->isEnabled())

{{ __('Please active Blizzard from configure')}}

@endif @endif @if(Module::has('Blizzard')) @if(env('MIX_THEME_FOLDER') == '' || !$key)

{{__("Please configure Blizzard theme before using it.")}}

@endif @endif
@if ($errors->any()) @endif
{{ __('Front Theme Settings') }}
@can('themes.manage') {{ __('Add Theme') }} @endcan
{{ csrf_field() }} {{ method_field('PUT') }}
Classic
{{ __('Classic') }}

{{ __('Classic Theme') }}.

{{__("Color Setting")}}
@if(Module::has('Blizzard'))
Classic
{{ __('Blizzard')}}

{{ __('Blizzard VUE SPA Theme.')}}

{{__("Configure")}} {{__("Delete")}}


{{ __('Please keep theme status disable from configure if you are not using it.')}}
@endif
@endsection