public function index()
 {
     return view('app.opportunity.index', ['opportunities' => Opportunity::orderBy('updated_at', 'DESC')->get()]);
 }