public function destroy($id)
 {
     \App\Entities\Project::destroy($id);
     return redirect()->route('projects.index');
 }