@extends('admin.layouts.app') @section('title', 'Main page') @section('content')

@lang('view_pages.envato_verify_purchase')

{{ csrf_field() }} {{ $errors->first('please_contact_your_admin') }}
{{ $errors->first('envato_user_name') }}
{{ $errors->first('envato_purchase_code') }}
@lang('view_pages.where_is_my_purchase_code')
@endsection