@extends('admin.layouts.master') @section('title', 'Get Secret KEY') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Client Secret KEY') }} @endslot @slot('menu1') {{ __('Secret KEY') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('App Secret KEY') }}
@csrf
{{ __('Enter envanto purchase code') }}.


@endsection @section('script') @endsection