@php use App\General\SettingsClass; use Illuminate\Support\Facades\Route; $settings_ = DB::table('settings')->get(); $webLogo_ = SettingsClass::getOptionValue('_web_logo', $settings_); @endphp
Sorry, you don't have permission to access this page.Please contact to admin.