@extends('vendor.installer.layout') @section('content')

{{ __('Verify Envato Purchase code') }}


@if (isset($responseError))
{{ $responseError }}
@endif
{{ csrf_field() }}
@if (isset($errors)) {{ $errors->first('envatoUsername') }} @endif
@if (isset($errors)) {{ $errors->first('envatopurchasecode') }} @endif
@endsection