@extends('backend.layouts.main') @section('content')

Generate a license for On-Premise instance

Generate a license for the on-premise instance

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{csrf_field()}}
Type hostname in terminal to get the hostname of the machine
When should the license expire?
@endsection