@extends('admin.layouts.admin') @section('title', 'License Management') @section('content')
@include('admin.partials.settings')
{{ __('License Management') }}
@if ($isSupportExpired) @endif
@csrf
{{ __("Leave empty if you don't want to change it.") }}
@error('message')
{!! $errors->first('message') !!} @if (session('action'))
{{ __('Change Your License ') }} {{ __('Here') }} @endif
@enderror
{{ __('Update License') }}
@endsection