Exemplo n.º 1
0
 public function destroy($id)
 {
     Page::destroy($id);
     flash()->success('The Page has been successfully deleted!');
 }