/**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $attributes = VendorAttributes::all();
     return view('admin.vendors.attributes.index', ['attributes' => $attributes]);
 }