Ejemplo n.º 1
0
 public function destroy($id)
 {
     Express::destroy($id);
     return back()->with('info', '删除物流成功');
 }