Example #1
0
 public function restore($id)
 {
     Parcels::withTrashed()->whereId($id)->restore();
     return redirect('parcel');
 }