public function show($id)
 {
     $artikel = artikel::find($id);
     return view('berita.showartikel', compact('artikel'));
 }