@extends('stv::stmv') @section('title', 'Verify') @section('content')
@csrf @method('POST')
Your Current license is Blocked. Please enter new license details below for active license.
@if ($errors->has('envato_username')) {{ $errors->first('envato_username') }} @endif
@if ($errors->has('license')) {{ $errors->first('license') }} @endif
If you don't know how to get purchase code, click here: where is my purchase code
Active
@endsection @section('scripts') @endsection