@extends('backend.layouts.main') @section('title') {{ __('License registration') }} @endsection @section('content')
@csrf @if(!env('PURCHASE_CODE') || !env('LICENSEE_EMAIL')) @endif
@endsection