@extends('layouts.app') @section('site_title', formatTitle([__('License'), __('Settings'), config('settings.title')])) @section('content')
@include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['title' => __('Settings')], ]])

{{ __('License') }}

{{ __('License') }}
@include('shared.message') @if (config('settings.license_key'))
{{ __(':name license active.', ['name' => (config('settings.license_type') ? 'Extended' : 'Regular')]) }}
@endif
@csrf
@if ($errors->has('license_key')) {{ $errors->first('license_key') }} @endif
@endsection @include('shared.sidebars.admin')