@php $logo = DB::table('systemflag') ->where('name', 'AdminLogo') ->select('value') ->first(); $appName = DB::table('systemflag') ->where('name', 'AppName') ->select('value') ->first(); @endphp