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

Create Manual License

@csrf
@error('user_id')
{{ $message }}
@enderror
@error('product_name')
{{ $message }}
@enderror This is purely for display purposes.
@error('expiry_date')
{{ $message }}
@enderror
@error('max_activations')
{{ $message }}
@enderror Leave blank for unlimited activations.
Cancel
Important Information

Creating a manual license completely bypasses the order and payment system. This license will be functional but won't be tied to any invoice or subscription.

@endsection