public function show($id)
 {
     $b = Setting3::find($id);
     return view('dream.s3_show', ['b' => $b]);
 }