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