public function show($id)
 {
     $event = Events::findorfail($id);
     return view('events.show', compact('event'));
 }