@extends('admin.layouts.grid') @section('title', translate('License Verification')) @section('container', 'container-max-md') @section('content')

{{ translate('License Verification') }}

{{ translate('You can use this tool to verify license codes from buyers and authors.') }}

@csrf
@php $purchase = session('purchase'); @endphp @if ($purchase)
@endif @endsection