public function index() { $partTypes = PartType::orderBy('name', 'asc')->get(); return view('backoffice.parttypes.index', compact('partTypes')); }