@extends('layouts.admin') @section('title') {{ __('Settings') }} @endsection @php if ($settings['color']) { $color = $settings['color']; } @endphp @push('css') @endpush @php $logo = \App\Models\Utility::get_file('logo/'); $file_type = config('files_types'); $local_storage_validation = $settings['local_storage_validation']; $local_storage_validations = explode(',', $local_storage_validation); $s3_storage_validation = $settings['s3_storage_validation']; $s3_storage_validations = explode(',', $s3_storage_validation); $wasabi_storage_validation = $settings['wasabi_storage_validation']; $wasabi_storage_validations = explode(',', $wasabi_storage_validation); @endphp @section('content')
{{ __('Edit your brand details.') }}
{{ __('Edit your email details.') }}
{{ __('Edit your pusher details.') }}
{{ __('Edit your Payment details.') }}
{{ __('Edit your recaptcha details.') }}
{{ __('Edit your storage details.') }}
{{ __('Edit your SEO Settings details.') }}
{{ __('Clear your cache details.') }}
{{ __('Edit your Cookie Settings.') }}
{{ __('Edit your key details.') }}
{{ __('Requesting Manual Payment For The Planned Amount For The Subscriptions Plan.') }}