@php parse_str($data, $params); $display_type = $params['extra']['display_type'] ?? 1; $hide_title = $params['extra']['hide_title'] ?? 0; $stats = DB::connection('mysql_site_' . session('serverID'))->table('sites')->where('id', '=', $siteID)->first(); @endphp