@extends('layouts.admin') @section('page-title') {{__('Settings')}} @endsection @php $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'); $EmailTemplates = App\Models\EmailTemplate::all(); $setting = App\Models\Utility::settings(); @endphp @push('script-page') @endpush @section('breadcrumb')