@extends('stv::stmv') @section('title', 'Verify') @section('content')
@csrf @method('POST')
Please verify license & enter your administration details below.
@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
@if (scSpatPkS())
@if ($errors->has('admin.first_name')) {{ $errors->first('admin.first_name') }} @endif
@if ($errors->has('admin.last_name')) {{ $errors->first('admin.last_name') }} @endif
@if ($errors->has('admin.email')) {{ $errors->first('admin.email') }} @endif
@if ($errors->has('admin.password')) {{ $errors->first('admin.password') }} @endif
@if ($errors->has('admin.password_confirmation')) {{ $errors->first('admin.password_confirmation') }} @endif
@endif
@endsection @section('scripts') @endsection