public function destroy(Contribution $contribution)
 {
     $contribution->delete();
     return redirect('contribution');
 }