@extends('layouts.admin') @section('page-title') {{ __('Settings') }} @endsection @php use App\Models\Utility; $logo = \App\Models\Utility::get_file('uploads/logo/'); $logo_light = \App\Models\Utility::getValByName('company_logo_light'); $logo_dark = \App\Models\Utility::getValByName('company_logo_dark'); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $lang = App\Models\Utility::getValByName('default_language'); $EmailTemplates = App\Models\EmailTemplate::all(); $meta_image = \App\Models\Utility::get_file('uploads/metaevent/'); $file_type = config('files_types'); $setting = App\Models\Utility::settings(); $color = !empty($setting['color']) ? $setting['color'] : 'theme-3'; $local_storage_validation = $setting['local_storage_validation']; $local_storage_validations = explode(',', $local_storage_validation); $s3_storage_validation = $setting['s3_storage_validation']; $s3_storage_validations = explode(',', $s3_storage_validation); $wasabi_storage_validation = $setting['wasabi_storage_validation']; $wasabi_storage_validations = explode(',', $wasabi_storage_validation); $chatGPT = \App\Models\Utility::settings('enable_chatgpt'); $enable_chatgpt = !empty($chatGPT); $google_recaptcha_version=['v2-checkbox' => __('v2'),'v3' => __('v3')]; @endphp @push('script-page') {{-- --}} {{-- tax number checkbox --}} @endpush @section('breadcrumb') @endsection @section('content')
{{ Form::model($settings, ['route' => 'business.setting', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'class' => 'mb-0']) }}
{{ __('Brand Settings') }}
{{ __('Edit your brand details') }}
{{ __('Logo dark') }}
@error('company_logo')
@enderror
{{ __('Logo Light') }}
@error('company_logo_light')
@enderror
{{ __('Favicon') }}
@error('logo')
@enderror
{{ Form::label('title_text', __('Title Text'), ['class' => 'form-label']) }} {{ Form::text('title_text', null, ['class' => 'form-control', 'placeholder' => __('Enter Title Text')]) }} @error('title_text') {{ $message }} @enderror
{{ Form::label('footer_text', __('Footer Text'), ['class' => 'form-label']) }} {{ Form::text('footer_text', Utility::getValByName('footer_text'), ['class' => 'form-control', 'placeholder' => __('Enter Footer Text')]) }} @error('footer_text') {{ $message }} @enderror
{{ Form::label('default_language', __('Default Language'), ['class' => 'form-label']) }}
@error('default_language') {{ $message }} @enderror

{{ __('Theme Customizer') }}

{{ __('Primary color settings') }}


{{__('Sidebar settings')}}

{{__('Layout settings')}}

{{ Form::close() }}
{{ __('System Settings') }}
{{ __('Edit your system details') }}
{{ Form::model($settings, ['route' => 'system.settings', 'method' => 'post', 'class' => 'mb-0']) }}
{{ Form::label('site_currency', __('Currency *'), ['class' => 'form-label']) }} {{ Form::text('site_currency', null, ['class' => 'form-control font-style','placeholder'=>__('Enter Currency')]) }} {{ __('Note: Add currency code as per three-letter ISO code.') }}
{{ __('you can find out here..') }}

@error('site_currency') {{ $message }} @enderror
{{ Form::label('site_currency_symbol', __('Currency Symbol *'), ['class' => 'form-label']) }} {{ Form::text('site_currency_symbol', null, ['class' => 'form-control','placeholder'=>__('Enter Currency Symbol')]) }} @error('site_currency_symbol') {{ $message }} @enderror
{{ Form::label('invoice_prefix', __('Invoice Prefix'), ['class' => 'form-label']) }} {{ Form::text('invoice_prefix', null, ['class' => 'form-control','placeholder'=>__('Enter Invoice Prefix')]) }} @error('invoice_prefix') {{ $message }} @enderror
{{ Form::label('invoice_starting_number', __('Invoice Starting Number'), ['class' => 'form-label']) }} {{ Form::text('invoice_starting_number', null, ['class' => 'form-control','placeholder'=>__('Enter Invoice Starting Number')]) }} @error('invoice_starting_number') {{ $message }} @enderror
{{ Form::label('proposal_prefix', __('Proposal Prefix'), ['class' => 'form-label']) }} {{ Form::text('proposal_prefix', null, ['class' => 'form-control','placeholder'=>__('Enter Proposal Prefix')]) }} @error('proposal_prefix') {{ $message }} @enderror
{{ Form::label('proposal_starting_number', __('Proposal Starting Number'), ['class' => 'form-label']) }} {{ Form::text('proposal_starting_number', null, ['class' => 'form-control','placeholder'=>__('Enter Proposal Starting Number')]) }} @error('proposal_starting_number') {{ $message }} @enderror
{{ Form::label('bill_prefix', __('Bill Prefix'), ['class' => 'form-label']) }} {{ Form::text('bill_prefix', null, ['class' => 'form-control','placeholder'=>__('Enter Bill Prefix')]) }} @error('bill_prefix') {{ $message }} @enderror
{{ Form::label('retainer_starting_number', __('Retainer Starting Number'), ['class' => 'form-label']) }} {{ Form::text('retainer_starting_number', null, ['class' => 'form-control','placeholder'=>__('Enter Retainer Starting Number')]) }} @error('retainer_starting_number') {{ $message }} @enderror
{{ Form::label('retainer_prefix', __('Retainer Prefix'), ['class' => 'form-label']) }} {{ Form::text('retainer_prefix', null, ['class' => 'form-control','placeholder'=>__('Enter Retainer Prefix')]) }} @error('retainer_prefix') {{ $message }} @enderror
{{ Form::label('bill_starting_number', __('Bill Starting Number'), ['class' => 'form-label']) }} {{ Form::text('bill_starting_number', null, ['class' => 'form-control','placeholder'=>__('Enter Bill Starting Number')]) }} @error('bill_starting_number') {{ $message }} @enderror
{{ Form::label('customer_prefix', __('Customer Prefix'), ['class' => 'form-label']) }} {{ Form::text('customer_prefix', null, ['class' => 'form-control','placeholder'=>__('Enter Customer Prefix')]) }} @error('customer_prefix') {{ $message }} @enderror
{{ Form::label('vender_prefix', __('Vender Prefix'), ['class' => 'form-label']) }} {{ Form::text('vender_prefix', null, ['class' => 'form-control','placeholder'=>__('Enter Vender Prefix')]) }} @error('vender_prefix') {{ $message }} @enderror
{{ Form::label('footer_title', __('Invoice/Bill Footer Title'), ['class' => 'form-label']) }} {{ Form::text('footer_title', null, ['class' => 'form-control','placeholder'=>__('Enter Invoice/Bill Footer Title')]) }} @error('footer_title') {{ $message }} @enderror
{{ Form::label('decimal_number', __('Decimal Number Format'), ['class' => 'form-label']) }} {{ Form::number('decimal_number', null, ['class' => 'form-control','placeholder'=>__('Enter Decimal Number Format')]) }} @error('decimal_number') {{ $message }} @enderror
{{ Form::label('journal_prefix', __('Journal Prefix'), ['class' => 'form-label']) }} {{ Form::text('journal_prefix', null, ['class' => 'form-control','placeholder'=>__('Enter Journal Prefix')]) }} @error('journal_prefix') {{ $message }} @enderror
{{ Form::label('shipping_display', __('Display Shipping in Proposal / Invoice / Bill'), ['class' => 'form-label']) }}
@error('shipping_display') {{ $message }} @enderror
{{ Form::label('footer_notes', __('Invoice/Bill Footer Notes'), ['class' => 'form-label']) }} @error('footer_notes') {{ $message }} @enderror
{{ Form::close() }}
{{ __('Company Settings') }}
{{ __('Edit your company details') }}
{{ Form::model($settings, ['route' => 'company.settings', 'method' => 'post', 'class' => 'mb-0']) }}
{{ Form::label('company_name *', __('Company Name *'), ['class' => 'form-label']) }} {{ Form::text('company_name', null, ['class' => 'form-control font-style','placeholder'=>__('Enter Company Name')]) }} @error('company_name') {{ $message }} @enderror
{{ Form::label('company_address', __('Address'), ['class' => 'form-label']) }} {{ Form::text('company_address', null, ['class' => 'form-control font-style','placeholder'=>__('Enter Address')]) }} @error('company_address') {{ $message }} @enderror
{{ Form::label('company_city', __('City'), ['class' => 'form-label']) }} {{ Form::text('company_city', null, ['class' => 'form-control font-style','placeholder'=>__('Enter City')]) }} @error('company_city') {{ $message }} @enderror
{{ Form::label('company_state', __('State'), ['class' => 'form-label']) }} {{ Form::text('company_state', null, ['class' => 'form-control font-style','placeholder'=>__('Enter State')]) }} @error('company_state') {{ $message }} @enderror
{{ Form::label('company_zipcode', __('Zip/Post Code'), ['class' => 'form-label']) }} {{ Form::text('company_zipcode', null, ['class' => 'form-control','placeholder'=>__('Enter Zip/Post Code')]) }} @error('company_zipcode') {{ $message }} @enderror
{{ Form::label('company_country', __('Country'), ['class' => 'form-label']) }} {{ Form::text('company_country', null, ['class' => 'form-control font-style','placeholder'=>__('Enter Country')]) }} @error('company_country') {{ $message }} @enderror
{{ Form::label('company_telephone', __('Telephone'), ['class' => 'form-label']) }} {{ Form::text('company_telephone', null, ['class' => 'form-control','placeholder'=>__('Enter Telephone')]) }} @error('company_telephone') {{ $message }} @enderror
{{ Form::label('registration_number', __('Company Registration Number *'), ['class' => 'form-label']) }} {{ Form::text('registration_number', null, ['class' => 'form-control','placeholder'=>__('Enter Company Registration Number')]) }} @error('registration_number') {{ $message }} @enderror
{{ Form::label('tax_number', __('Tax Number'), ['class' => 'form-chech-label']) }}
{{ Form::text('vat_number', null, ['class' => 'form-control', 'placeholder' => __('Enter VAT / GST Number')]) }}
{{ Form::close() }}
{{ __('Email Settings') }}
{{ Form::model($settings, ['route' => ['email.settings'], 'method' => 'post', 'class' => 'mb-0']) }}
{{ Form::label('mail_driver', __('Mail Driver'), ['class' => 'form-label']) }} {{ Form::text('mail_driver', null, ['class' => 'form-control', 'placeholder' => __('Enter Mail Driver')]) }} @error('mail_driver') {{ $message }} @enderror
{{ Form::label('mail_host', __('Mail Host'), ['class' => 'form-label']) }} {{ Form::text('mail_host', null, ['class' => 'form-control ', 'placeholder' => __('Enter Mail Host')]) }} @error('mail_host') {{ $message }} @enderror
{{ Form::label('mail_port', __('Mail Port'), ['class' => 'form-label']) }} {{ Form::text('mail_port', null, ['class' => 'form-control', 'placeholder' => __('Enter Mail Port')]) }} @error('mail_port') {{ $message }} @enderror
{{ Form::label('mail_username', __('Mail Username'), ['class' => 'form-label']) }} {{ Form::text('mail_username', null, ['class' => 'form-control', 'placeholder' => __('Enter Mail Username')]) }} @error('mail_username') {{ $message }} @enderror
{{ Form::label('mail_password', __('Mail Password'), ['class' => 'form-label']) }} {{ Form::text('mail_password', null, ['class' => 'form-control', 'placeholder' => __('Enter Mail Password')]) }} @error('mail_password') {{ $message }} @enderror
{{ Form::label('mail_encryption', __('Mail Encryption'), ['class' => 'form-label']) }} {{ Form::text('mail_encryption', null, ['class' => 'form-control', 'placeholder' => __('Enter Mail Encryption')]) }} @error('mail_encryption') {{ $message }} @enderror
{{ Form::label('mail_from_address', __('Mail From Address'), ['class' => 'form-label']) }} {{ Form::text('mail_from_address', null, ['class' => 'form-control', 'placeholder' => __('Enter Mail From Address')]) }} @error('mail_from_address') {{ $message }} @enderror
{{ Form::label('mail_from_name', __('Mail From Name'), ['class' => 'form-label']) }} {{ Form::text('mail_from_name', null, ['class' => 'form-control', 'placeholder' => __('Enter Mail From Name')]) }} @error('mail_from_name') {{ $message }} @enderror
{{ Form::close() }}
{{ __('Proposal Print Settings') }}
{{ __('Edit your company proposal details') }}
@csrf
@foreach (App\Models\Utility::templateData()['colors'] as $key => $color)
@endforeach
@if (isset($settings['proposal_template']) && isset($settings['proposal_color'])) @else @endif
{{ __('Retainer Print Settings') }}
{{ __('Edit your company retainer details') }}
@csrf
@foreach (App\Models\Utility::templateData()['colors'] as $key => $color)
@endforeach
@if (isset($settings['retainer_template']) && isset($settings['retainer_color'])) @else @endif
{{ __('Invoice Print Settings') }}
{{ __('Edit your company invoice details') }}
@csrf
@foreach (Utility::templateData()['colors'] as $key => $color)
@endforeach
@if (isset($settings['invoice_template']) && isset($settings['invoice_color'])) @else @endif
{{ __('Bill Print Settings') }}
{{ __('Edit your company bill details') }}
@csrf
@foreach (Utility::templateData()['colors'] as $key => $color)
@endforeach
@if (isset($settings['bill_template']) && isset($settings['bill_color'])) @else @endif
{{ __('Payment Settings') }}
{{ __(' These details will be used to collect invoice payments. Each invoice will have a payment button based on the below configuration.') }}
{{ Form::model($settings, ['route' => 'company.payment.settings', 'method' => 'POST', 'class'=>'mb-0']) }} @csrf

{{ __('Example : Bank : Bank name
Account Number : 0000 0000
') }}




@if ($errors->has('mercado_secret_key')) {{ $errors->first('mercado_access_token') }} @endif



@if ($errors->has('paytab_profile_id')) {{ $errors->first('paytab_profile_id') }} @endif
@if ($errors->has('paytab_server_key')) {{ $errors->first('paytab_server_key') }} @endif

@if ($errors->has('paytab_region')) {{ $errors->first('paytab_region') }} @endif

{{ Form::label('benefit_api_key', __('Benefit Key'), ['class' => 'col-form-label']) }} {{ Form::text('benefit_api_key', isset($company_payment_setting['benefit_api_key']) ? $company_payment_setting['benefit_api_key'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Benefit Key')]) }} @error('benefit_api_key') {{ $message }} @enderror
{{ Form::label('benefit_secret_key', __('Benefit Secret Key'), ['class' => 'col-form-label']) }} {{ Form::text('benefit_secret_key', isset($company_payment_setting['benefit_secret_key']) ? $company_payment_setting['benefit_secret_key'] : '', ['class' => 'form-control ', 'placeholder' => __('Enter Benefit Secret key')]) }} @error('benefit_secret_key') {{ $message }} @enderror

{{ Form::label('cashfree_api_key', __('Cashfree Key'), ['class' => 'col-form-label']) }} {{ Form::text('cashfree_api_key', isset($company_payment_setting['cashfree_api_key']) ? $company_payment_setting['cashfree_api_key'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Cashfree Key')]) }} @error('cashfree_api_key') {{ $message }} @enderror
{{ Form::label('cashfree_secret_key', __('Cashfree Secret Key'), ['class' => 'col-form-label']) }} {{ Form::text('cashfree_secret_key', isset($company_payment_setting['cashfree_secret_key']) ? $company_payment_setting['cashfree_secret_key'] : '', ['class' => 'form-control ', 'placeholder' => __('Enter Cashfree Secret key')]) }} @error('cashfree_secret_key') {{ $message }} @enderror

{{ Form::label('aamarpay_store_id', __('Store Id'), ['class' => 'form-label']) }} {{ Form::text('aamarpay_store_id', isset($company_payment_setting['aamarpay_store_id']) ? $company_payment_setting['aamarpay_store_id'] : '', ['class' => 'form-control', 'placeholder' => __('Store Id')]) }}
@if ($errors->has('aamarpay_store_id')) {{ $errors->first('aamarpay_store_id') }} @endif
{{ Form::label('aamarpay_signature_key', __('Signature Key'), ['class' => 'form-label']) }} {{ Form::text('aamarpay_signature_key', isset($company_payment_setting['aamarpay_signature_key']) ? $company_payment_setting['aamarpay_signature_key'] : '', ['class' => 'form-control', 'placeholder' => __('Signature Key')]) }}
@if ($errors->has('aamarpay_signature_key')) {{ $errors->first('aamarpay_signature_key') }} @endif
{{ Form::label('aamarpay_description', __('Description'), ['class' => 'form-label']) }} {{ Form::text('aamarpay_description', isset($company_payment_setting['aamarpay_description']) ? $company_payment_setting['aamarpay_description'] : '', ['class' => 'form-control', 'placeholder' => __('Description')]) }}
@if ($errors->has('aamarpay_description')) {{ $errors->first('aamarpay_description') }} @endif

{{ Form::label('paytr_merchant_id', __('Merchant Id'), ['class' => 'form-label']) }} {{ Form::text('paytr_merchant_id', isset($company_payment_setting['paytr_merchant_id']) ? $company_payment_setting['paytr_merchant_id'] : '', ['class' => 'form-control', 'placeholder' => __('Merchant Id')]) }}
@if ($errors->has('paytr_merchant_id')) {{ $errors->first('paytr_merchant_id') }} @endif
{{ Form::label('paytr_merchant_key', __('Merchant Key'), ['class' => 'form-label']) }} {{ Form::text('paytr_merchant_key', isset($company_payment_setting['paytr_merchant_key']) ? $company_payment_setting['paytr_merchant_key'] : '', ['class' => 'form-control', 'placeholder' => __('Merchant Key')]) }}
@if ($errors->has('paytr_merchant_key')) {{ $errors->first('paytr_merchant_key') }} @endif
{{ Form::label('paytr_merchant_salt', __('Merchant Salt'), ['class' => 'form-label']) }} {{ Form::text('paytr_merchant_salt', isset($company_payment_setting['paytr_merchant_salt']) ? $company_payment_setting['paytr_merchant_salt'] : '', ['class' => 'form-control', 'placeholder' => __('Merchant Salt')]) }}
@if ($errors->has('paytr_merchant_salt')) {{ $errors->first('paytr_merchant_salt') }} @endif

{{ Form::label('yookassa_shop_id', __('Shop id'), ['class' => 'form-label']) }} {{ Form::text('yookassa_shop_id', isset($company_payment_setting['yookassa_shop_id']) ? $company_payment_setting['yookassa_shop_id'] : '', ['class' => 'form-control', 'placeholder' => __('Shop id')]) }}
@if ($errors->has('yookassa_shop_id')) {{ $errors->first('yookassa_shop_id') }} @endif
{{ Form::label('yookassa_secret', __('Merchant Key'), ['class' => 'form-label']) }} {{ Form::text('yookassa_secret', isset($company_payment_setting['yookassa_secret']) ? $company_payment_setting['yookassa_secret'] : '', ['class' => 'form-control', 'placeholder' => __('Merchant Key')]) }}
@if ($errors->has('yookassa_secret')) {{ $errors->first('yookassa_secret') }} @endif


{{-- Paiementpro --}}

{{-- Nepalste --}}


{{-- Cinetpay --}}

{{-- Fedapay --}}


{{-- PayHere --}}


{{-- Tap --}}

{{-- AuthorizeNet --}}

{{-- Khalti --}}

{{-- Ozow --}}

{{ __('Twilio Settings') }}
{{ __('Edit your company twilio setting details') }}
{{ Form::model($settings, ['route' => 'twilio.settings', 'method' => 'post', 'class' => 'mb-0']) }}
{{ Form::label('twilio_sid', __('Twilio SID '), ['class' => 'form-label']) }} {{ Form::text('twilio_sid', isset($settings['twilio_sid']) ? $settings['twilio_sid'] : '', ['class' => 'form-control w-100', 'placeholder' => __('Enter Twilio SID'), 'required' => 'required']) }} @error('twilio_sid') {{ $message }} @enderror
{{ Form::label('twilio_token', __('Twilio Token'), ['class' => 'form-label']) }} {{ Form::text('twilio_token', isset($settings['twilio_token']) ? $settings['twilio_token'] : '', ['class' => 'form-control w-100', 'placeholder' => __('Enter Twilio Token'), 'required' => 'required']) }} @error('twilio_token') {{ $message }} @enderror
{{ Form::label('twilio_from', __('Twilio From'), ['class' => 'form-label']) }} {{ Form::text('twilio_from', isset($settings['twilio_from']) ? $settings['twilio_from'] : '', ['class' => 'form-control w-100', 'placeholder' => __('Enter Twilio From'), 'required' => 'required']) }} @error('twilio_from') {{ $message }} @enderror
{{ __('Module Settings') }}
  • {{ __('New Customer') }} {{ Form::checkbox('customer_notification', '1', isset($settings['customer_notification']) && $settings['customer_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'customer_notification']) }}
  • {{ __('New Vendor') }} {{ Form::checkbox('vender_notification', '1', isset($settings['vender_notification']) && $settings['vender_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'vender_notification']) }}
  • {{ __('New Invoice') }} {{ Form::checkbox('invoice_notification', '1', isset($settings['invoice_notification']) && $settings['invoice_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'invoice_notification']) }}
  • {{ __('New Revenue') }} {{ Form::checkbox('revenue_notification', '1', isset($settings['revenue_notification']) && $settings['revenue_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'revenue_notification']) }}
  • {{ __('New Bill') }} {{ Form::checkbox('bill_notification', '1', isset($settings['bill_notification']) && $settings['bill_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'bill_notification']) }}
  • {{ __('New Proposal') }} {{ Form::checkbox('proposal_notification', '1', isset($settings['proposal_notification']) && $settings['proposal_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'proposal_notification']) }}
  • {{ __('New Payment') }} {{ Form::checkbox('payment_notification', '1', isset($settings['payment_notification']) && $settings['payment_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'payment_notification']) }}
  • {{ __('Invoice Reminder') }} {{ Form::checkbox('reminder_notification', '1', isset($settings['reminder_notification']) && $settings['reminder_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'reminder_notification']) }}
{{ Form::close() }}
{{ Form::model($settings, ['route' => 'recaptcha.settings.store', 'method' => 'post', 'accept-charset' => 'UTF-8', 'class' => 'mb-0']) }} @csrf
{{ Form::label('google_recaptcha_version', __('Google Recaptcha Version'), ['class' => ' col-form-label']) }} {{ Form::select('google_recaptcha_version', $google_recaptcha_version, isset($settings['google_recaptcha_version']) ? $settings['google_recaptcha_version'] : 'v2-checkbox', ['id' => 'google_recaptcha_version', 'class' => 'form-control choices', 'searchEnabled' => 'true']) }}
{{ Form::label('google_recaptcha_key', __('Google Recaptcha Key'), ['class' => 'form-label']) }} {{ Form::text('google_recaptcha_key', null, ['class' => 'form-control', 'placeholder' => __('Enter Google Recaptcha Key')]) }}
{{ Form::label('google_recaptcha_secret', __('Google Recaptcha Secret Key'), ['class' => 'form-label']) }} {{ Form::text('google_recaptcha_secret', null, ['class' => 'form-control', 'placeholder' => __('Enter Google Recaptcha Secret Key')]) }}
{{ Form::close() }}
{{ Form::model($settings, ['route' => ['status.email.language'], 'method' => 'post', 'class' => 'mb-0']) }} @csrf
{{ __('Email Notification Settings') }}
@foreach ($EmailTemplates as $EmailTemplate)
template->is_active == 1) checked="checked" @endif type="checkbox" value="1" data-url="{{ route('status.email.language', [$EmailTemplate->template->id]) }}" />
@endforeach
{{ Form::close() }}
{{ Form::open(['route' => 'storage.setting.store', 'enctype' => 'multipart/form-data','class'=>'mb-0']) }}
{{ __('Storage Settings') }}
{{--

{{ __('Local Settings') }}

--}}
{{ Form::label('local_storage_validation', __('Only Upload Files'), ['class' => ' form-label']) }}
{{ Form::label('s3_storage_validation', __('Only Upload Files'), ['class' => ' form-label']) }}
{{ Form::label('wasabi_storage_validation', __('Only Upload Files'), ['class' => 'form-label']) }}
{{ Form::close() }}
{{-- SEO Setting --}}
{{ Form::open(['url' => route('seo.settings'), 'enctype' => 'multipart/form-data','class'=>'mb-0']) }}
{{ __('SEO Settings') }}
@if ($enable_chatgpt) @endif
{{ Form::label('meta_keywords', __('Meta Keywords'), ['class' => 'col-form-label']) }} {{ Form::text('meta_keywords', !empty($settings['meta_keywords']) ? $settings['meta_keywords'] : '', ['class' => 'form-control ', 'placeholder' => 'Meta Keywords']) }}
{{ Form::label('meta_description', __('Meta Description'), ['class' => 'form-label']) }} {{ Form::textarea('meta_description', !empty($settings['meta_description']) ? $settings['meta_description'] : '', ['class' => 'form-control ', 'row' => 3, 'placeholder' => 'Enter Meta Description']) }}
{{ Form::label('Meta Image', __('Meta Image'), ['class' => 'col-form-label ']) }}
{{ Form::close() }}
{{ __('Webhook Settings') }}
@php $webhooks = App\Models\Webhook::where('created_by', Auth::user()->id)->get(); @endphp @foreach ($webhooks as $webhook) @endforeach
{{ __('Modules') }} {{ __('url') }} {{ __('Method') }} {{ 'Action' }}
{{ $webhook->module }} {{ $webhook->url }} {{ $webhook->method }}
{!! Form::open(['method' => 'DELETE', 'route' => ['webhook.destroy', $webhook->id],'id'=>'delete-form-'. $webhook->id]) !!} {!! Form::close() !!}
{{-- Cookie Consent --}}
{{ Form::model($settings, ['route' => 'cookie.setting', 'method' => 'post', 'class' => 'mb-0']) }}
{{ __('Cookie Settings') }}
{{ Form::label('enable_cookie', __('Enable cookie'), ['class' => 'col-form-label p-0 fw-bold me-3']) }}
@if ($enable_chatgpt) @endif
{{ Form::label('cookie_title', __('Cookie Title'), ['class' => 'col-form-label']) }} {{ Form::text('cookie_title', null, ['class' => 'form-control cookie_setting', 'placeholder' => __('Enter Cookie Title')]) }}
{{ Form::label('cookie_description', __('Cookie Description'), ['class' => ' form-label']) }} {!! Form::textarea('cookie_description', null, ['class' => 'form-control cookie_setting', 'rows' => '3', 'placeholder' => __('Enter Cookie Description')]) !!}
{{ Form::label('strictly_cookie_title', __(' Strictly Cookie Title'), ['class' => 'col-form-label']) }} {{ Form::text('strictly_cookie_title', null, ['class' => 'form-control cookie_setting', 'placeholder' => __('Enter Strictly Cookie Title')]) }}
{{ Form::label('strictly_cookie_description', __('Strictly Cookie Description'), ['class' => ' form-label']) }} {!! Form::textarea('strictly_cookie_description', null, [ 'class' => 'form-control cookie_setting ', 'rows' => '3', 'placeholder' => __('Enter Strictly Cookie Description') ]) !!}
{{ __('More Information') }}
{{ Form::label('more_information_description', __('Contact Us Description'), ['class' => 'col-form-label']) }} {{ Form::text('more_information_description', null, ['class' => 'form-control cookie_setting', 'placeholder' => __('Enter Contact Us Description')]) }}
{{ Form::label('contactus_url', __('Contact Us URL'), ['class' => 'col-form-label']) }} {{ Form::text('contactus_url', null, ['class' => 'form-control cookie_setting', 'placeholder' => __('Enter Contact Us URL')]) }}
{{ Form::close() }}
{{ __('Cache Settings') }}
{{ __('This is a page meant for more advanced users, simply ignore it if you don`t understand what cache is.') }}
{{ __('MB') }}
{{ Form::model($settings, ['route' => 'settings.chatgptkey', 'method' => 'post', 'class' => 'mb-0']) }} @csrf
{{ __('Chat GPT Key Settings') }}
{{ __('Edit your key details') }}
{{ Form::text('chatgpt_key', isset($settings['chatgpt_key']) ? $settings['chatgpt_key'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Chatgpt Key Here')]) }}
{{ Form::text('chatgpt_model_name', isset($settings['chatgpt_model_name']) ? $settings['chatgpt_model_name'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Chatgpt Model Name')]) }}
{{ Form::close() }}
@endsection @push('css-page') @endpush @push('script-page') @endpush