@extends('admin.layouts.master') @section('title', 'Get Secret KEY') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('App Secret KEY') }}
@csrf
{{ __('Client Api key') }}.
{{ __('Enter envanto mobile app purchase code') }}.


@endsection @section('script') @endsection