@extends('adminlte::page') @section('title', 'Generate Registration Key') @section('content_header')

Generate Registration Key

@endsection @section('content')
@csrf
@error('ttl_days')
{{ $message }}
@enderror Leave empty for no expiration.
@error('quantity')
{{ $message }}
@enderror Default is 1. Max 1000 at a time.
Cancel
@endsection