Ejemplo n.º 1
0
 public function get_delete($id)
 {
     $executive = Executive::find($id)->delete();
     return Redirect::to('rms/executives')->with('success', 'Successfully Removed Executive Position');
 }