@extends('admin.layouts.master') @section('title', 'Blizzard Settings - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Blizzard Settings') }} @endslot @slot('menu1') {{ __('Blizzard Settings') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Blizzard settings') }}
@csrf
{{ __('For more information click here')}}
{{ __('Mix Theme Folder')}}
{{ __('Status') }} :
isStatus(1) ? 'checked' : ''}} />
{{ __('Client Secret KEY :') }}
Important:
{{ __('Please generate API key first.') }}
{{ __('Purchase Code :') }}
{{ __('Enter envanto purchase code.')}}
{{ __("Reset")}}
{{ __("Update")}}
@endsection @section('script') @endsection