@extends('layouts.adminmaster') @section('styles') @endsection @section('content')

{{lang('Envato Setting', 'setting')}}

@csrf
({{lang('If you enable this, employees can see the purchase code submitted by customer’s.', 'setting')}})
@if ($errors->has('purchasecode_on')) {{ $errors->first('purchasecode_on') }} @endif
({{lang('If you enable this Envato Expired switch, customer’s and guest’s cannot create ticket with an expired license.', 'setting')}})
@if ($errors->has('ENVATO_EXPIRED_BLOCK')) {{ $errors->first('ENVATO_EXPIRED_BLOCK') }} @endif
({{lang('When a customer tries to create a ticket with an expired license, an alert will be displayed to the customer with the below URL to redirect to your support policies page.', 'setting')}}) @if ($errors->has('SUPPORT_POLICY_URL')) {{ $errors->first('SUPPORT_POLICY_URL') }} @endif
@endsection @section('scripts') @vite(['resources/assets/js/support/support-sidemenu.js']) @vite(['resources/assets/js/select2.js']) @endsection