Exemplo n.º 1
0
 /**
  * Remove the specified resource from storage.
  *
  * @param  Dashboardwidget  $dashboardwidget
  *
  * @return Response
  */
 public function destroy(Dashboardwidget $dashboardwidget)
 {
     $dashboardwidget->delete();
     return redirect()->route('zxadmin.dashboard.index');
 }