public function index()
 {
     $motherboards = Motherboard::get();
     return view('motherboards.index', compact('motherboards'));
 }