@extends('install.layout') @section('title', 'License') @section('content')

{{ __('License') }}

{{ __('Please enter your purchase code to proceed with the installation.') }}

@csrf
@error('message')
{!! $errors->first('message') !!} @if (session('action'))
{{ __('Change Your Domain ') }} {{ __('Here') }} @endif
@enderror
{{ __('Helpful Links') }}
@endsection