@extends('backend.admin-master') @section('site-title') {{__('License Settings')}} @endsection @section('content')
@include('backend.partials.message')

{{__("License Settings")}}

@if('verified' == get_static_option('item_license_status'))
{{__('Your Application is Registered')}}
@endif
@csrf
{{__("enter license key, which you get in your email after verify your license while install or you can get your license by click on \"Get License Key\", then system will send you a license code into your email, check your email inbox and spam folder as well. ")}}
@endsection