Example #1
0
 public function show($id)
 {
     $access = Access::find($id)->first();
     return view('access.show', compact('access'));
 }