@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('If you enable this Envato Expired switch, customer’s and guest’s cannot create ticket with an expired license.', 'setting')}}) @if ($errors->has('SUPPORT_POLICY_URL')) {{ $errors->first('SUPPORT_POLICY_URL') }} @endif
@endsection @section('scripts') @endsection