public function destroy(Scholarship $scholarships)
 {
     $scholarships->delete();
     return response()->json('', Response::HTTP_NO_CONTENT);
 }