@extends('admin.layouts.master') @section('title', 'APP Secret Key') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('APP Secret Key') }}
@csrf
{{ __('Enter envato mobile app purchase code') }}.


@endsection @section('script') @endsection