@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')
| {{ __('Modules') }} | {{ __('url') }} | {{ __('Method') }} | {{ 'Action' }} |
|---|---|---|---|
| {{ $webhook->module }} | {{ $webhook->url }} | {{ $webhook->method }} |