@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.license.templateTitle') }} @endsection @section('title') License Verification @endsection @section('container')
@if(session()->has('license_error'))

{{session()->get('license_error')}}

@endif

If your internet connection is off, then please turn it on first

This Mail Address will be used to inform you about Urgent Notices, Announcements, Offers / Sales etc...

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('purchase_code')) {{ $errors->first('purchase_code') }} @endif
@endsection