@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()) @endif
{{ __('Blizzard settings') }}
@csrf

isStatus(1) ? 'checked' : ''}} />
Important: {{ __('Please generate API key first.') }}
{{ __('Enter envanto purchase code.')}}


@endsection @section('script') @endsection