@extends('layouts.admin') @section('content')

{{ __('License Settings') }}

{{ __('All About License Settings') }}

{{ __('You can adjust all License settings here') }}

@include('layouts.setting')
@csrf

{{ __('Manage Your License') }}

@error('license')
{{ $message }}
@enderror
@if ($settings != null)
@endif
@endsection