@extends('layouts.admin') @section('page-title') {{__('Settings')}} @endsection @php $logo=asset(Storage::url('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'); $setting = \App\Models\Utility::colorset(); $color = (!empty($setting['color'])) ? $setting['color'] : 'theme-3'; $SITE_RTL= $setting['SITE_RTL']; if (!empty($setting['SITE_RTL'])) { $SITE_RTL == 'off'; } $EmailTemplates = App\Models\EmailTemplate::all(); @endphp @push('scripts') @endpush @push('script-page') @endpush @section('breadcrumb')