public function index()
 {
     $ads = Ad_Web::Placement();
     return view('admin.ads', compact('ads'));
 }